diff options
author | Michel Stam | 2014-11-04 12:19:04 +0100 |
---|---|---|
committer | Denys Vlasenko | 2014-11-04 12:19:04 +0100 |
commit | d3fabf89d7d38a436672ac2deea7904351b1b12a (patch) | |
tree | baae6201eb8c0b2b74a1732762c3034efcb4a00e /docs/logging_and_backgrounding.txt | |
parent | fdd957bdc9981cc2c1efb4452f55bb44a88cbfe0 (diff) | |
download | busybox-d3fabf89d7d38a436672ac2deea7904351b1b12a.zip busybox-d3fabf89d7d38a436672ac2deea7904351b1b12a.tar.gz |
zcip: Add environment variable for overriding log functionality
function old new delta
bb_logenv_override - 70 +70
packed_usage 29969 30033 +64
zcip_main 1426 1431 +5
------------------------------------------------------------------------------
(add/remove: 2/0 grow/shrink: 2/0 up/down: 139/0) Total: 139 bytes
Signed-off-by: Michel Stam <m.stam@fugro.nl>
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'docs/logging_and_backgrounding.txt')
-rw-r--r-- | docs/logging_and_backgrounding.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/logging_and_backgrounding.txt b/docs/logging_and_backgrounding.txt index 7e68855..c76cd36 100644 --- a/docs/logging_and_backgrounding.txt +++ b/docs/logging_and_backgrounding.txt @@ -45,6 +45,8 @@ udhcpc - auto-backgrounds unless -f after lease is obtained, udhcpd - auto-backgrounds and do not log to stderr unless -f, otherwise logs to stderr, but option -S makes it log *also* to syslog zcip - auto-backgrounds and logs *also* to syslog unless -f + behaviour can be overridden with experimental LOGGING env.var + (can be set to either "none" or "syslog") Total: 13 applets (+1 obsolete), 4 log to syslog by default (crond fakeidentd inetd zcip), |