aboutsummaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDenis Vlasenko <vda.linux@googlemail.com>2006-09-30 19:17:40 +0000
committerDenis Vlasenko <vda.linux@googlemail.com>2006-09-30 19:17:40 +0000
commit1decd0e5292181284e403cd9ecf7abf39a5d7363 (patch)
tree285bba5db4a019bfc00b2d51a3ebf43d225060e4 /include
parent39d551fd1570ca760582777b325ae3396d49ebf3 (diff)
downloadbusybox-1decd0e5292181284e403cd9ecf7abf39a5d7363.tar.gz
syslogd: add option to suppress logging of messages lower than level N (-n N)
Diffstat (limited to 'include')
-rw-r--r--include/usage.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/usage.h b/include/usage.h
index 543befca3..1da436ad4 100644
--- a/include/usage.h
+++ b/include/usage.h
@@ -2780,7 +2780,8 @@ USE_FEATURE_START_STOP_DAEMON_FANCY( \
"\t-m MIN\t\tMinutes between MARK lines (default=20, 0=off)\n" \
"\t-n\t\tRun as a foreground process\n" \
"\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" \
- "\t-S\t\tMake logging output smaller." \
+ "\t-l n\tSets the local log level of messages to n\n" \
+ "\t-S\t\tMake logging output smaller" \
USE_FEATURE_ROTATE_LOGFILE( \
"\n\t-s SIZE\t\tMax size (KB) before rotate (default=200KB, 0=off)\n" \
"\t-b NUM\t\tNumber of rotated logs to keep (default=1, max=99, 0=purge)") \