@ -117,19 +117,19 @@ for any subsystem containing that string. Subsystems include:
* *hsmd* : The secret-holding daemon
* *hsmd* : The secret-holding daemon
* *gossipd* : The gossip daemon
* *gossipd* : The gossip daemon
* *connectd* : The network connection daemon
* *connectd* : The network connection daemon
* *jsonrpc#FD* : Each JSONRPC connection, FD = file descriptor number
The following subsystems exist for each channel, where N is an incrementing
The following subsystems exist for each channel, where N is an incrementing
internal integer id assigned for the lifetime of the channel:
internal integer id assigned for the lifetime of the channel:
* *openingd-chan #N* : Each opening / idling daemon
* *openingd-chan#N* : Each opening / idling daemon
* *channeld-chan #N* : Each channel management daemon
* *channeld-chan#N* : Each channel management daemon
* *closingd-chan #N* : Each closing negotiation daemon
* *closingd-chan#N* : Each closing negotiation daemon
* *onchaind-chan #N* : Each onchain close handling daemon
* *onchaind-chan#N* : Each onchain close handling daemon
* *json #FD* : Each JSONRPC connection, FD = file descriptor number
So, **log-level=debug:plugin** would set debug level logging on all
So, **log-level=debug:plugin** would set debug level logging on all
plugins and the plugin manager. **log-level=io:chan #55** would set
plugins and the plugin manager. **log-level=io:chan#55** would set
IO logging on channel number 55 (or 550, for that matter).
IO logging on channel number 55 (or 550, for that matter).
**log-prefix** =*PREFIX*
**log-prefix** =*PREFIX*