From 1decd0e5292181284e403cd9ecf7abf39a5d7363 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Sat, 30 Sep 2006 19:17:40 +0000 Subject: syslogd: add option to suppress logging of messages lower than level N (-n N) --- include/usage.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'include') 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)") \ -- cgit v1.2.3