fix(logger): Use STDERR as default output channel

This commit is contained in:
Michael Carlberg 2016-10-11 08:34:34 +02:00
parent 39bfcb15e1
commit 4055778468

View File

@ -160,7 +160,7 @@ class logger {
/** /**
* File descriptor used when writing the log messages * File descriptor used when writing the log messages
*/ */
int m_fd = STDOUT_FILENO; int m_fd = STDERR_FILENO;
/** /**
* Loglevel specific prefixes * Loglevel specific prefixes