mirror of
https://github.com/aljazceru/lightning.git
synced 2025-12-19 15:14:23 +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:
@@ -143,6 +143,8 @@ for any subsystem containing that string\. Subsystems include:
|
|||||||
\fIgossipd\fR: The gossip daemon
|
\fIgossipd\fR: The gossip daemon
|
||||||
.IP \[bu]
|
.IP \[bu]
|
||||||
\fIconnectd\fR: The network connection daemon
|
\fIconnectd\fR: The network connection daemon
|
||||||
|
.IP \[bu]
|
||||||
|
\fIjsonrpc#FD\fR: Each JSONRPC connection, FD = file descriptor number
|
||||||
|
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
@@ -158,8 +160,6 @@ internal integer id assigned for the lifetime of the channel:
|
|||||||
\fIclosingd-chan#N\fR: Each closing negotiation daemon
|
\fIclosingd-chan#N\fR: Each closing negotiation daemon
|
||||||
.IP \[bu]
|
.IP \[bu]
|
||||||
\fIonchaind-chan#N\fR: Each onchain close handling daemon
|
\fIonchaind-chan#N\fR: Each onchain close handling daemon
|
||||||
.IP \[bu]
|
|
||||||
\fIjson #FD\fR: Each JSONRPC connection, FD = file descriptor number
|
|
||||||
|
|
||||||
.RE
|
.RE
|
||||||
|
|
||||||
|
|||||||
@@ -117,6 +117,7 @@ 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
|
||||||
@@ -125,7 +126,6 @@ internal integer id assigned for the lifetime of the channel:
|
|||||||
* *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
|
||||||
|
|||||||
Reference in New Issue
Block a user