Debugging LND

From lightningwiki.net
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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