|
|
@ -157,9 +157,9 @@ var ( |
|
|
|
Usage: "When set to a file and line number holding a logging statement a stack trace will be written to the Info log", |
|
|
|
Usage: "When set to a file and line number holding a logging statement a stack trace will be written to the Info log", |
|
|
|
Value: glog.GetTraceLocation(), |
|
|
|
Value: glog.GetTraceLocation(), |
|
|
|
} |
|
|
|
} |
|
|
|
PProfDisabledFlag = cli.BoolFlag{ |
|
|
|
PProfEanbledFlag = cli.BoolFlag{ |
|
|
|
Name: "nopprof", |
|
|
|
Name: "pprof", |
|
|
|
Usage: "Whether the profiling server should be disabled", |
|
|
|
Usage: "Whether the profiling server should be enabled", |
|
|
|
} |
|
|
|
} |
|
|
|
PProfPortFlag = cli.IntFlag{ |
|
|
|
PProfPortFlag = cli.IntFlag{ |
|
|
|
Name: "pprofport", |
|
|
|
Name: "pprofport", |
|
|
|