diff options
author | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-14 15:43:50 +0000 |
---|---|---|
committer | Rainer Gerhards <rgerhards@adiscon.com> | 2008-02-14 15:43:50 +0000 |
commit | 52b6b6f2211718101e43de05e5292f555e8198a8 (patch) | |
tree | e84f9d0fe3cc2c436d944357812712e6961ef296 /syslogd.c | |
parent | d6b22dd69ea85d024eaaac93e2a6521669f1ccc0 (diff) | |
download | rsyslog-52b6b6f2211718101e43de05e5292f555e8198a8.tar.gz rsyslog-52b6b6f2211718101e43de05e5292f555e8198a8.tar.xz rsyslog-52b6b6f2211718101e43de05e5292f555e8198a8.zip |
- added new facility and severity syntaxes to cfsysline handler
- implemented $InputFileFacility config directive
- implemented $InputFileSeverity config directive
Diffstat (limited to 'syslogd.c')
-rw-r--r-- | syslogd.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -102,7 +102,6 @@ * once the situation has been resolved. */ #define DEFUPRI (LOG_USER|LOG_NOTICE) -#define DEFSPRI (LOG_KERN|LOG_CRIT) #define TIMERINTVL 30 /* interval for checking flush, mark */ #define CONT_LINE 1 /* Allow continuation lines */ |