mirror of
https://github.com/minio/minio.git
synced 2024-12-24 06:05:55 -05:00
parent
9eb56f0676
commit
dc45ea3946
@ -35,7 +35,7 @@ type localFile struct {
|
||||
|
||||
func enableFileLogger() {
|
||||
flogger := serverConfig.GetFileLogger()
|
||||
if !flogger.Enable || flogger.Filename != "" {
|
||||
if !flogger.Enable || flogger.Filename == "" {
|
||||
return
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user