Skip to content
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

Fix warning messages not being logged #224

Merged
merged 1 commit into from
May 5, 2023

Conversation

achim-k
Copy link
Collaborator

@achim-k achim-k commented May 5, 2023

Public-Facing Changes

  • Fix warning messages not being logged

Description

Warning messages were erroneously written to websocketpp's access logger and got effectively ignored as we limit what is logged through the access logger. This caused important warning messages such as e.g. the Send buffer limit reached warning not being made visible to the user. This PR fixes this by using the error logger for logging warning messages.

@achim-k achim-k merged commit e73e1ac into main May 5, 2023
6 checks passed
@achim-k achim-k deleted the achim/fix_warnings_not_being_logged branch May 5, 2023 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants