diff --git a/app/main.cpp b/app/main.cpp index cc8dd381..ee079bc6 100644 --- a/app/main.cpp +++ b/app/main.cpp @@ -61,7 +61,7 @@ #ifdef USE_CUSTOM_LOGGER static QElapsedTimer s_LoggerTime; -static QTextStream s_LoggerStream(stdout); +static QTextStream s_LoggerStream(stderr); static QMutex s_LoggerLock; static bool s_SuppressVerboseOutput; #ifdef LOG_TO_FILE