rszyma / kanata-tray

Tray Icon for Kanata
GNU General Public License v3.0
55 stars 1 forks source link

unable to see logs on Windows #20

Open rszyma opened 5 months ago

rszyma commented 5 months ago

Specifically with Windows builds, there's no way to see logs of kanata-tray, because they're sent only to stdout and we pre-build with -H=windowsgui ldflag stdout is disabled with no way to re-enable it other than compiling without this flag.

This could be solved by logging to both stdout and a file.