mirror of
https://github.com/pgsty/minio.git
synced 2026-07-20 04:30:26 +03:00
Add logger command - also migrate from old config to newer config
This commit is contained in:
@@ -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