Introduce method to enable/disable console logging, instead of
authorDavin McCall <davmac@davmac.org>
Sat, 16 Jan 2016 14:17:20 +0000 (14:17 +0000)
committerDavin McCall <davmac@davmac.org>
Sat, 16 Jan 2016 14:17:20 +0000 (14:17 +0000)
commitd1a8af4a7d1ab9153b25b2611d4f00665ef0f9da
tree69dc140e45f8c20ec283332ee8a1ab5e30599fd3
parent877ce0aab52afc05cf007e682c4b9527706712aa
Introduce method to enable/disable console logging, instead of
using a global variable. (introduce "enable_console_log(bool)",
remove "log_to_console").
src/control.cc
src/dinit-log.cc
src/dinit-log.h
src/dinit.cc
src/service.cc