mirror of
https://github.com/minio/minio.git
synced 2025-11-24 03:27:44 -05:00
Add logger command - also migrate from old config to newer config
This commit is contained in:
6
flags.go
6
flags.go
@@ -28,6 +28,12 @@ var (
|
||||
Usage: "ADDRESS:PORT for cloud storage access.",
|
||||
}
|
||||
|
||||
loggerFlag = cli.StringFlag{
|
||||
Name: "logger",
|
||||
Value: "none",
|
||||
Usage: "Choose type of logging. Available options are [‘file’, ‘mongo’, ‘syslog’]",
|
||||
}
|
||||
|
||||
accessLogFlag = cli.BoolFlag{
|
||||
Name: "enable-accesslog",
|
||||
Hide: true,
|
||||
|
||||
Reference in New Issue
Block a user