-
-
Notifications
You must be signed in to change notification settings - Fork 153
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Migrate to tinylog #317
Migrate to tinylog #317
Conversation
What do you mean that "Tinylog allows us to persist log messages on disk"? But I clearly see that Tinylog is better in many ways |
And I've just realized that I should have implemented some logging in my PRs. |
Ahh you're right. I was assuming it did not because the log did disappear for me a couple of times after crashes.
Yeah, but I'd say this is only nice to have. The logging mainly exists for debugging the WebSocketService because users misconfigure their reverse proxy and then this connection is buggy. |
Do you want to be involved in more PRs to this project? |
Sure, why not. |
This change migrates from hyperlog to tinylog.
Tinylog allows us to persist log messages on disk mhich should improve debugging the app.