mirror of
https://github.com/lightningnetwork/lnd.git
synced 2025-12-09 12:22:38 +01:00
lnd+cmd/lncli: allow users to disable logging sub-systems all together
This commit is contained in:
@@ -2280,7 +2280,7 @@ func getNetworkInfo(ctx *cli.Context) error {
|
||||
var debugLevelCommand = cli.Command{
|
||||
Name: "debuglevel",
|
||||
Usage: "Set the debug level.",
|
||||
Description: `Logging level for all subsystems {trace, debug, info, warn, error, critical}
|
||||
Description: `Logging level for all subsystems {trace, debug, info, warn, error, critical, off}
|
||||
You may also specify <subsystem>=<level>,<subsystem2>=<level>,... to set the log level for individual subsystems
|
||||
|
||||
Use show to list available subsystems`,
|
||||
|
||||
Reference in New Issue
Block a user