This commit is contained in:
2025-08-01 13:12:57 +03:00
parent 93cf53025c
commit 6508f03d08

View File

@@ -58,7 +58,7 @@ func SetupLogger(o *config.Log) (*slog.Logger, error) {
handlerOpts.Level = slog.LevelInfo handlerOpts.Level = slog.LevelInfo
} }
switch o.OutPath{ switch o.OutPath {
case 1: case 1:
writer = os.Stdout writer = os.Stdout
case 2: case 2: