Make no local logging a runtime option for network logging...
This commit is contained in:
1
usage.c
1
usage.c
@ -1176,6 +1176,7 @@ const char syslogd_usage[] =
|
||||
"\t-O FILE\t\tUse an alternate log file (default=/var/log/messages)\n"
|
||||
#ifdef BB_FEATURE_REMOTE_LOG
|
||||
"\t-R HOST[:PORT]\t\tLog remotely to IP or hostname on PORT (default PORT=514/UDP)\n"
|
||||
"\t-N\t\tDo not log anything locally -- network logging only.\n"
|
||||
#endif
|
||||
#endif
|
||||
;
|
||||
|
Reference in New Issue
Block a user