mit-dci / lit

Lightning Network node software
MIT License
551 stars 119 forks source link

Change logging scheme #359

Closed Varunram closed 6 years ago

Varunram commented 6 years ago

Instead of -v, -vv, -vvv, -vvvv and -vvvvv, we now make LogLevelError as default (which makes sense because you shouldn't ideally ignore any errors) and then have LogLevelWarning as -v, LogLevelInfo as -vv and LogLevelDebug as -d or --debug.