Add profile option to sample configuration file.
This commit is contained in:
parent
eed4c4df9c
commit
f2190d21dd
1 changed files with 5 additions and 0 deletions
|
@ -68,3 +68,8 @@
|
|||
; Debug logging level.
|
||||
; Valid options are {trace, debug, info, warn, error, critical}
|
||||
; debuglevel=info
|
||||
|
||||
; The port used to listen for HTTP profile requests. The profile server will
|
||||
; be disabled if this option is not specified. The profile information can be
|
||||
; accessed at http://localhost:<profileport>/debug/pprof once running.
|
||||
; profile=6061
|
||||
|
|
Loading…
Reference in a new issue