X-Git-Url: https://git.librecmc.org/?p=oweals%2Fbusybox.git;a=blobdiff_plain;f=Config.in;h=1a726f0433fa9c43425ffa8d2b7942a14e2e592c;hp=1a44c5b6dd0d37a5754fa971cbe8994fd5590981;hb=253c4e787a799a3e1f92957ed791b5222f8d2f64;hpb=f3a064f4956e113978e74486300dcd1e3e044efa diff --git a/Config.in b/Config.in index 1a44c5b6d..1a726f043 100644 --- a/Config.in +++ b/Config.in @@ -339,6 +339,15 @@ config FEATURE_CLEAN_UP Don't enable this unless you have a really good reason to clean things up manually. +config FEATURE_SYSLOG_INFO + bool "Support LOG_INFO level syslog messages" + default y + depends on FEATURE_SYSLOG + help + Applets which send their output to syslog use either LOG_INFO or + LOG_ERR log levels, but by disabling this option all messages will + be logged at the LOG_ERR level, saving just under 200 bytes. + # These are auto-selected by other options config FEATURE_SYSLOG