Skip to content

Automatic release of main @ d3dbd0a

Compare
Choose a tag to compare
@github-actions github-actions released this 22 Dec 03:06
· 433 commits to main since this release
log to a file instead of system service runner

systemd's makes it easy enough to access service logs, and macOS is fine as well.
But Windows `services.msc` and `eventvwr` GUIs are archiac and a terrible experience
all around.

We're far better off logging everything to a file on disk as much as possible.

Signed-off-by: Stephen Gutekanst <[email protected]>