aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
Diffstat (limited to 'Config.in')
-rw-r--r--Config.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/Config.in b/Config.in
index 5db86e270..f6ad627b2 100644
--- a/Config.in
+++ b/Config.in
@@ -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
356config 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
358config FEATURE_SYSLOG 367config FEATURE_SYSLOG