mirror of
https://github.com/ElementsProject/lightning.git
synced 2025-01-18 05:12:45 +01:00
logging: remove spaces from subsystem names.
Spaces just make life a little harder for everyone. (Plus, fix documentation: it's 'jsonrpc' not 'json' subsystem). Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
This commit is contained in:
parent
0aad532db1
commit
709c98f539
@ -143,6 +143,8 @@ for any subsystem containing that string\. Subsystems include:
|
||||
\fIgossipd\fR: The gossip daemon
|
||||
.IP \[bu]
|
||||
\fIconnectd\fR: The network connection daemon
|
||||
.IP \[bu]
|
||||
\fIjsonrpc#FD\fR: Each JSONRPC connection, FD = file descriptor number
|
||||
|
||||
.RE
|
||||
|
||||
@ -158,8 +160,6 @@ internal integer id assigned for the lifetime of the channel:
|
||||
\fIclosingd-chan#N\fR: Each closing negotiation daemon
|
||||
.IP \[bu]
|
||||
\fIonchaind-chan#N\fR: Each onchain close handling daemon
|
||||
.IP \[bu]
|
||||
\fIjson #FD\fR: Each JSONRPC connection, FD = file descriptor number
|
||||
|
||||
.RE
|
||||
|
||||
|
@ -117,6 +117,7 @@ for any subsystem containing that string. Subsystems include:
|
||||
* *hsmd*: The secret-holding daemon
|
||||
* *gossipd*: The gossip 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
|
||||
@ -125,7 +126,6 @@ internal integer id assigned for the lifetime of the channel:
|
||||
* *channeld-chan#N*: Each channel management daemon
|
||||
* *closingd-chan#N*: Each closing negotiation 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
|
||||
|
Loading…
Reference in New Issue
Block a user