Re: syslogd error logging during startup

2017-04-28 Thread Sebastian Benoit
ok Alexander Bluhm(alexander.bl...@gmx.net) on 2017.04.28 02:17:23 +0200: > Hi, > > jung@ reported that syslogd's error messages are lost if it cannot > open a logfile. Problem is there is interfering logic during startup > whether to log to stderr or /dev/console. > > My log_setdebug() feature

syslogd error logging during startup

2017-04-27 Thread Alexander Bluhm
Hi, jung@ reported that syslogd's error messages are lost if it cannot open a logfile. Problem is there is interfering logic during startup whether to log to stderr or /dev/console. My log_setdebug() feature adds too much abstraction, use the global variable Started instead. Then all decisions