mirror of
https://github.com/paralus/paralus.git
synced 2026-08-24 15:47:19 +00:00
Use /dev/stdout for log default output
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user