mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
Implement accessLog handler
This commit is contained in:
@@ -289,6 +289,7 @@ func serverMain(c *cli.Context) {
|
||||
tls := (certFile != "" && keyFile != "")
|
||||
apiServerConfig := serverConfig{
|
||||
Address: c.GlobalString("address"),
|
||||
AccessLog: c.GlobalBool("enable-accesslog"),
|
||||
Anonymous: c.GlobalBool("anonymous"),
|
||||
Path: path,
|
||||
MinFreeDisk: minFreeDisk,
|
||||
|
||||
Reference in New Issue
Block a user