mirror of
https://github.com/ElementsProject/lightning.git
synced 2024-11-19 01:43:36 +01:00
Add missing docs and Changelog-Added line.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au> Changelog-Added: Config: new log level `trace` where we moved the very noisiest `debug` logs.
This commit is contained in:
parent
5b2c237718
commit
92c28a5bcd
@ -68,7 +68,7 @@ field without parsing JSON.
|
||||
* **--notifications**/**-N**=*LEVEL*
|
||||
|
||||
If *LEVEL* is 'none', then never print out notifications. Otherwise,
|
||||
print out notifications of *LEVEL* or above (one of `io`, `debug`,
|
||||
print out notifications of *LEVEL* or above (one of `io`, `trace`, `debug`,
|
||||
`info` (the default), `unusual` or `broken`: they are prefixed with `#
|
||||
`. (Note: currently not supported with `--commando`).
|
||||
|
||||
|
@ -170,7 +170,7 @@ binary.
|
||||
|
||||
* **log-level**=*LEVEL*\[:*SUBSYSTEM*\]\[:*PATH*\]
|
||||
|
||||
What log level to print out: options are io, debug, info, unusual,
|
||||
What log level to print out: options are io, trace, debug, info, unusual,
|
||||
broken. If *SUBSYSTEM* is supplied, this sets the logging level
|
||||
for any subsystem (or *nodeid*) containing that string. If *PATH* is supplied, it means this log-level filter is only applied to that `log-file`, which is useful for creating logs to capture a specific subsystem. This option may be specified multiple times.
|
||||
Subsystems include:
|
||||
|
Loading…
Reference in New Issue
Block a user