diff options
author | Ron Yorston <rmy@pobox.com> | 2019-05-27 11:56:52 +0100 |
---|---|---|
committer | Ron Yorston <rmy@pobox.com> | 2019-05-27 11:56:52 +0100 |
commit | a61949401890cbb33a9d6c4571b51c53460ad438 (patch) | |
tree | 64dedaddb89896d5b1670a421af123670ca2120b /Config.in | |
parent | 03a7b173605a890e1db5177ecd5b8dd591081c41 (diff) | |
parent | bcb1fc3e6ca6fe902610f507eaf9b0b58a5c583a (diff) | |
download | busybox-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.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 |