Skip to content

Commit a60841a

Browse files
Utils updated for max age
1 parent 7895672 commit a60841a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/utils/utils.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ func InitLogger(isProduction bool) {
2929
Filename: config.BackendConfig.Logging.File,
3030
MaxSize: config.BackendConfig.Logging.MaxSize, // MB
3131
MaxBackups: config.BackendConfig.Logging.MaxBackups,
32-
MaxAge: config.BackendConfig.Logging.MaxBackups, // days
32+
MaxAge: config.BackendConfig.Logging.MaxAge, // days
3333
Compress: config.BackendConfig.Logging.Compress,
3434
})
3535
} else {

0 commit comments

Comments
 (0)