Add log level for ffmpeg module
This commit is contained in:
+1
-1
@@ -120,7 +120,7 @@ func Init() {
|
||||
|
||||
cfg.Mod = map[string]string{
|
||||
"format": "color",
|
||||
"level": zerolog.LevelInfoValue,
|
||||
"level": "info",
|
||||
"output": "stdout", // TODO: change to stderr someday
|
||||
"time": zerolog.TimeFormatUnixMs,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user