aboutsummaryrefslogtreecommitdiff
path: root/Config.in
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2019-05-27 11:56:52 +0100
committerRon Yorston <rmy@pobox.com>2019-05-27 11:56:52 +0100
commita61949401890cbb33a9d6c4571b51c53460ad438 (patch)
tree64dedaddb89896d5b1670a421af123670ca2120b /Config.in
parent03a7b173605a890e1db5177ecd5b8dd591081c41 (diff)
parentbcb1fc3e6ca6fe902610f507eaf9b0b58a5c583a (diff)
downloadbusybox-w32-a61949401890cbb33a9d6c4571b51c53460ad438.tar.gz
busybox-w32-a61949401890cbb33a9d6c4571b51c53460ad438.tar.bz2
busybox-w32-a61949401890cbb33a9d6c4571b51c53460ad438.zip
Merge branch 'busybox' into merge
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