mirror of
https://github.com/minio/minio.git
synced 2025-11-07 12:52:58 -05:00
Add anonymous flag to prevent logging sensitive information (#6899)
This commit is contained in:
@@ -44,6 +44,10 @@ var globalFlags = []cli.Flag{
|
||||
Name: "quiet",
|
||||
Usage: "Disable startup information.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "anonymous",
|
||||
Usage: "Hide sensitive information from logging.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "json",
|
||||
Usage: "Output server logs and startup information in json format.",
|
||||
|
||||
Reference in New Issue
Block a user