klog
klog copied to clipboard
klogdebug.log is empty on program exit
There are no qDebug() messages appearing in that file yet the timestamp is clearly updated so the file is opened. The file is empty even while klog is still running so it's not being cleared retroactively during the program close.
And yes: there are qDebug() messages appearing on stdout lol