haimgel / display-switch

Turn a $30 USB switch into a full-featured multi-monitor KVM switch
https://haim.dev/posts/2020-07-28-dual-monitor-kvm/
MIT License
2.85k stars 112 forks source link

Log to a system log in Linux and MacOS #26

Open haimgel opened 3 years ago

haimgel commented 3 years ago

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

svend commented 3 years ago

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.