mirror of
https://github.com/pgsty/minio.git
synced 2026-07-16 00:41:25 +03:00
Enable all config loggers
This commit is contained in:
@@ -18,6 +18,9 @@ package main
|
||||
|
||||
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