display-switch icon indicating copy to clipboard operation
display-switch copied to clipboard

Log to a system log in Linux and MacOS

Open haimgel opened this issue 5 years ago • 1 comments
trafficstars

The app should use the standard logging facilities under Linux and MacOS, not a custom text log.

haimgel avatar Sep 20 '20 15:09 haimgel

On Linux with systemd, it is common for programs to just log to stdout and stderr. This log output is handled by journald, and can be inspected using journalctl.

svend avatar Oct 26 '20 01:10 svend