mirror of
https://github.com/minio/minio.git
synced 2025-05-21 09:33:50 -04:00
Add enable
key to logger webhook help (#14326)
This key is supported by the logger webhook config - but is not returned in the help.
This commit is contained in:
parent
b264e6a191
commit
1a5496eced
@ -24,6 +24,13 @@ import (
|
|||||||
// Help template for logger http and audit
|
// Help template for logger http and audit
|
||||||
var (
|
var (
|
||||||
Help = config.HelpKVS{
|
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{
|
config.HelpKV{
|
||||||
Key: Endpoint,
|
Key: Endpoint,
|
||||||
Description: `HTTP(s) endpoint e.g. "http://localhost:8080/minio/logs/server"`,
|
Description: `HTTP(s) endpoint e.g. "http://localhost:8080/minio/logs/server"`,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user