diff options
Diffstat (limited to 'Config.in')
-rw-r--r-- | Config.in | 9 |
1 files changed, 9 insertions, 0 deletions
@@ -353,6 +353,15 @@ config FEATURE_CLEAN_UP | |||
353 | Don't enable this unless you have a really good reason to clean | 353 | Don't enable this unless you have a really good reason to clean |
354 | things up manually. | 354 | things up manually. |
355 | 355 | ||
356 | config FEATURE_SYSLOG_INFO | ||
357 | bool "Support LOG_INFO level syslog messages" | ||
358 | default y | ||
359 | depends on FEATURE_SYSLOG | ||
360 | help | ||
361 | Applets which send their output to syslog use either LOG_INFO or | ||
362 | LOG_ERR log levels, but by disabling this option all messages will | ||
363 | be logged at the LOG_ERR level, saving just under 200 bytes. | ||
364 | |||
356 | # These are auto-selected by other options | 365 | # These are auto-selected by other options |
357 | 366 | ||
358 | config FEATURE_SYSLOG | 367 | config FEATURE_SYSLOG |