diff options
author | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-30 19:17:40 +0000 |
---|---|---|
committer | vda <vda@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2006-09-30 19:17:40 +0000 |
commit | de82ea1376e53e06cd2057f4a6ab8ba36be456e3 (patch) | |
tree | 285bba5db4a019bfc00b2d51a3ebf43d225060e4 /include | |
parent | 69ddd0ad5306c9096823182f6a0504e0677b3814 (diff) | |
download | busybox-w32-de82ea1376e53e06cd2057f4a6ab8ba36be456e3.tar.gz busybox-w32-de82ea1376e53e06cd2057f4a6ab8ba36be456e3.tar.bz2 busybox-w32-de82ea1376e53e06cd2057f4a6ab8ba36be456e3.zip |
syslogd: add option to suppress logging of messages lower than level N (-n N)
git-svn-id: svn://busybox.net/trunk/busybox@16272 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'include')
-rw-r--r-- | include/usage.h | 3 |
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( \ | |||
2780 | "\t-m MIN\t\tMinutes between MARK lines (default=20, 0=off)\n" \ | 2780 | "\t-m MIN\t\tMinutes between MARK lines (default=20, 0=off)\n" \ |
2781 | "\t-n\t\tRun as a foreground process\n" \ | 2781 | "\t-n\t\tRun as a foreground process\n" \ |
2782 | "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" \ | 2782 | "\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n" \ |
2783 | "\t-S\t\tMake logging output smaller." \ | 2783 | "\t-l n\tSets the local log level of messages to n\n" \ |
2784 | "\t-S\t\tMake logging output smaller" \ | ||
2784 | USE_FEATURE_ROTATE_LOGFILE( \ | 2785 | USE_FEATURE_ROTATE_LOGFILE( \ |
2785 | "\n\t-s SIZE\t\tMax size (KB) before rotate (default=200KB, 0=off)\n" \ | 2786 | "\n\t-s SIZE\t\tMax size (KB) before rotate (default=200KB, 0=off)\n" \ |
2786 | "\t-b NUM\t\tNumber of rotated logs to keep (default=1, max=99, 0=purge)") \ | 2787 | "\t-b NUM\t\tNumber of rotated logs to keep (default=1, max=99, 0=purge)") \ |