server: Enable server profiling as needed. (#1565)

This commit is contained in:
Harshavardhana
2016-05-09 16:18:56 -07:00
committed by Anand Babu (AB) Periasamy
parent f733120d3d
commit b66c3bf35e
9 changed files with 294 additions and 8 deletions
-8
View File
@@ -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(),