commit | 2733aad305b992e210292a14c4aa4e99ddd2daf1 | [log] [tgz] |
---|---|---|
author | Michal Vasko <mvasko@cesnet.cz> | Thu Apr 16 09:01:52 2020 +0200 |
committer | Michal Vasko <mvasko@cesnet.cz> | Thu Apr 16 09:01:52 2020 +0200 |
tree | 82cca525869a465371200c4f473e48d82c70d8d8 | |
parent | f22d5ff6c9005d73bd22a1edb8d76843af57a88e [diff] [blame] |
log CHANGE new low-level debug log level For messages that should be explicitly requested because they significantly (printed periodically) clutter the output. Fixes cesnet/netopeer2#591
diff --git a/src/log.c b/src/log.c index 614efcc..57ca05c 100644 --- a/src/log.c +++ b/src/log.c
@@ -45,7 +45,8 @@ {NC_VERB_ERROR, "[ERR]"}, {NC_VERB_WARNING, "[WRN]"}, {NC_VERB_VERBOSE, "[INF]"}, - {NC_VERB_DEBUG, "[DBG]"} + {NC_VERB_DEBUG, "[DBG]"}, + {NC_VERB_DEBUG_LOWLVL, "[DBL]"} }; #ifdef NC_ENABLED_SSH