You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When running as a Windows service, stdout is generally inaccessible. Currently, file logging relies on log4rs, which warns that it will be deprecated and removed. Please consider providing an alternative solution for file-based logging on Windows or guidance for users running the service on Windows.
It's acceptable to only make the sswinservice binary log to a file.
Side note: The log4rs example in README.md should be removed if log4rs support is going away, to minimize impact from future breakage.