mirror of
https://github.com/minio/minio.git
synced 2025-11-07 21:02:58 -05:00
config/logger: remove syslogger and upgrade to config v10 which eliminates syslog config (#3336)
This commit is contained in:
committed by
Harshavardhana
parent
f4f512fedd
commit
14cb3645a3
@@ -32,7 +32,7 @@ const (
|
||||
|
||||
// minio configuration related constants.
|
||||
const (
|
||||
globalMinioConfigVersion = "9"
|
||||
globalMinioConfigVersion = "10"
|
||||
globalMinioConfigDir = ".minio"
|
||||
globalMinioCertsDir = "certs"
|
||||
globalMinioCertsCADir = "CAs"
|
||||
|
||||
Reference in New Issue
Block a user