mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Implement accessLog handler
This commit is contained in:
2
main.go
2
main.go
@@ -32,6 +32,7 @@ import (
|
||||
type serverConfig struct {
|
||||
/// HTTP server options
|
||||
Address string // Address:Port listening
|
||||
AccessLog bool // Enable access log handler
|
||||
Anonymous bool // No signature turn off
|
||||
|
||||
/// FS options
|
||||
@@ -105,6 +106,7 @@ func registerApp() *cli.App {
|
||||
|
||||
// register all flags
|
||||
registerFlag(addressFlag)
|
||||
registerFlag(accessLogFlag)
|
||||
registerFlag(ratelimitFlag)
|
||||
registerFlag(anonymousFlag)
|
||||
registerFlag(certFlag)
|
||||
|
||||
Reference in New Issue
Block a user