ea4k / klog

KLog is a multiplatform free hamradio logger. It runs natively on Linux, macOS and Windows.
https://www.klog.xyz
GNU General Public License v3.0
75 stars 25 forks source link

klogdebug.log is empty on program exit #730

Open ikbenkous opened 2 months ago

ikbenkous commented 2 months ago

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