fix(logger): Use STDERR as default output channel
This commit is contained in:
parent
39bfcb15e1
commit
4055778468
@ -160,7 +160,7 @@ class logger {
|
||||
/**
|
||||
* File descriptor used when writing the log messages
|
||||
*/
|
||||
int m_fd = STDOUT_FILENO;
|
||||
int m_fd = STDERR_FILENO;
|
||||
|
||||
/**
|
||||
* Loglevel specific prefixes
|
||||
|
Loading…
Reference in New Issue
Block a user