diff --git a/internal/logger/help.go b/internal/logger/help.go index cf2121b18..af19c6ca5 100644 --- a/internal/logger/help.go +++ b/internal/logger/help.go @@ -24,6 +24,13 @@ import ( // Help template for logger http and audit var ( Help = config.HelpKVS{ + config.HelpKV{ + Key: config.Enable, + Description: "set to 'on' to enable the logger webhook", + Optional: true, + Type: "on|off", + Sensitive: false, + }, config.HelpKV{ Key: Endpoint, Description: `HTTP(s) endpoint e.g. "http://localhost:8080/minio/logs/server"`,