mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
committed by
Anand Babu (AB) Periasamy
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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user