Where is located the qDebug qWarning qCritical and qFatal log by default on Qt?
When running my Qt5 application on linux, I don't see any output from qDebug, qWarning, qCritical or qFatal. I know that I can use qInstallMsgHandler to install a message handler and see them, but this is rather heavyweight. I just want to check the qWarning log to see if there is any signal that mis-connected. Is there a way to look at this log? A special command-line option, an environment variable? I think I remember that in the past, everything was printed to stderr, perhaps that's a Qt5 change? Please do not make the mistake of assuming that qDebug, qWarning, qCritical and qFatal always