diff options
author | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-01-26 00:57:31 +0100 |
---|---|---|
committer | Matthias Schiffer <mschiffer@universe-factory.net> | 2014-01-26 00:57:31 +0100 |
commit | 02d87af372d0005fba7ded2ca186d852c02de468 (patch) | |
tree | 2aecb1eb6b0afc412ff31df83d0b31915d861357 /src/options.def.h | |
parent | b10ab0ff2aa610b1a399b8c6234f3c1bdd2aa344 (diff) | |
download | fastd-02d87af372d0005fba7ded2ca186d852c02de468.tar fastd-02d87af372d0005fba7ded2ca186d852c02de468.zip |
Add debug2 log level to usage output
Diffstat (limited to 'src/options.def.h')
-rw-r--r-- | src/options.def.h | 4 |
1 files 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", "<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"); |