Use /dev/stdout for log default output

This commit is contained in:
Abin Simon
2022-06-17 14:32:01 +05:30
parent 981e82ec00
commit 7cd0156805
+1 -1
View File
@@ -12,7 +12,7 @@ import (
func getLogger() *zap.Logger {
ao := audit.AuditOptions{
LogPath: "stdout",
LogPath: "/dev/stdout",
MaxSizeMB: 1,
MaxBackups: 10, // Should we let sidecar do rotation?
MaxAgeDays: 10, // Make these configurable via env