Add profile option to sample configuration file.

This commit is contained in:
Dave Collins 2013-09-17 17:28:07 -05:00
parent eed4c4df9c
commit f2190d21dd

View file

@ -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