Add log level for ffmpeg module

This commit is contained in:
Alex X
2024-05-27 20:24:24 +03:00
parent 3932dbaa84
commit 8cb513cb89
2 changed files with 10 additions and 3 deletions
+1 -1
View File
@@ -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,
}