From 02d87af372d0005fba7ded2ca186d852c02de468 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 26 Jan 2014 00:57:31 +0100 Subject: Add debug2 log level to usage output --- src/options.def.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/options.def.h b/src/options.def.h index 159a328..af07c45 100644 --- a/src/options.def.h +++ b/src/options.def.h @@ -16,8 +16,8 @@ SEPARATOR; #endif #ifdef WITH_CMDLINE_LOGGING -OPTION_ARG(option_log_level, "--log-level", "error|warn|info|verbose|debug", "Sets the stderr log level; default is info, if no alternative log destination is configured"); -OPTION_ARG(option_syslog_level, "--syslog-level", "error|warn|info|verbose|debug", "Sets the log level for syslog output; default is not to use syslog"); +OPTION_ARG(option_log_level, "--log-level", "error|warn|info|verbose|debug|debug2", "Sets the stderr log level; default is info, if no alternative log destination is configured"); +OPTION_ARG(option_syslog_level, "--syslog-level", "error|warn|info|verbose|debug|debug2", "Sets the log level for syslog output; default is not to use syslog"); OPTION_ARG(option_syslog_ident, "--syslog-ident", "", "Sets the syslog identification; default is 'fastd'"); OPTION(option_hide_ip_addresses, "--hide-ip-addresses", "Hides IP addresses in log output"); OPTION(option_hide_mac_addresses, "--hide-mac-addresses", "Hides MAC addresses in log output"); -- cgit v1.2.3