mirror of
https://github.com/LBRYFoundation/lbcd.git
synced 2025-08-23 17:47:24 +00:00
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.
|
; Debug logging level.
|
||||||
; Valid options are {trace, debug, info, warn, error, critical}
|
; Valid options are {trace, debug, info, warn, error, critical}
|
||||||
; debuglevel=info
|
; 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…
Add table
Reference in a new issue