mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03:00
server: Enable server profiling as needed. (#1565)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
f733120d3d
commit
b66c3bf35e
@@ -26,14 +26,6 @@ var commandsTree = newTrie()
|
||||
|
||||
// Collection of minio flags currently supported.
|
||||
var globalFlags = []cli.Flag{
|
||||
cli.BoolFlag{
|
||||
Name: "quiet, q",
|
||||
Usage: "Suppress chatty console output.",
|
||||
},
|
||||
cli.BoolFlag{
|
||||
Name: "debug",
|
||||
Usage: "Enable debugging output.",
|
||||
},
|
||||
cli.StringFlag{
|
||||
Name: "config-dir, C",
|
||||
Value: mustGetConfigPath(),
|
||||
|
||||
Reference in New Issue
Block a user