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
I have searched the issue tracker for open issues that relate to the same feature, before opening a new one.
This issue only relates to a single feature. I will open new issues for any other features.
Is your feature request related to a problem?
On crashing, it would be good to see any errors that occurred even when not running Rymdport from a terminal. Always logging output to a log file should solve this.
Describe the solution you'd like to see.
Use a logger that prints to a file.
The text was updated successfully, but these errors were encountered:
It might be nice to do this once we have Go 1.21 as the base and thus can use the new log/slog package. There will however be quite some time until we can use that as a base (currently just considering moving to Go 1.18 has minimum for v3.5.0) so we might have to either wait a long time or find a temporary solution.
Checklist
Is your feature request related to a problem?
On crashing, it would be good to see any errors that occurred even when not running Rymdport from a terminal. Always logging output to a log file should solve this.
Describe the solution you'd like to see.
Use a logger that prints to a file.
The text was updated successfully, but these errors were encountered: