mirror of
https://github.com/pgsty/minio.git
synced 2026-07-22 21:50:22 +03: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
@@ -18,9 +18,6 @@ package cmd
|
||||
|
||||
import "errors"
|
||||
|
||||
// errSyslogNotSupported - this message is only meaningful on windows
|
||||
var errSyslogNotSupported = errors.New("Syslog logger not supported on windows")
|
||||
|
||||
// errInvalidArgument means that input argument is invalid.
|
||||
var errInvalidArgument = errors.New("Invalid arguments specified")
|
||||
|
||||
|
||||
Reference in New Issue
Block a user