Debugging LND

From lightningwiki.net
Revision as of 09:19, 15 February 2019 by Greaseln (talk | contribs) (just starting. need to specify how to set each subsystem individually)
Jump to navigation Jump to search

Set debug level of the lightning network daemon (lnd) -- *nix command line

This example changes the debug level for all lnd subsystems. Available debug levels are {trace, debug, info, warn, error, critical}

     $ lncli --level <put level here>
     for example:
     $ lncli --level info