mirror of
https://github.com/btcsuite/btcd.git
synced 2024-11-19 01:40:07 +01:00
Update sample conf regarding debuglevel subsystems.
The debuglevel parameter has accepted subsystems in additional to an overall level for quite some time, but the sample config file was not updated to reflect that. This commit updates the sample config file accordingly.
This commit is contained in:
parent
f01459c30e
commit
178e60a66e
@ -160,7 +160,10 @@
|
||||
; ------------------------------------------------------------------------------
|
||||
|
||||
; Debug logging level.
|
||||
; Valid options are {trace, debug, info, warn, error, critical}
|
||||
; Valid levels are {trace, debug, info, warn, error, critical}
|
||||
; You may also specify <subsystem>=<level>,<subsystem2>=<level>,... to set
|
||||
; log level for individual subsystems. Use btcd --debuglevel=show to list
|
||||
; available subsystems.
|
||||
; debuglevel=info
|
||||
|
||||
; The port used to listen for HTTP profile requests. The profile server will
|
||||
|
Loading…
Reference in New Issue
Block a user