-
Notifications
You must be signed in to change notification settings - Fork 729
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
support logging configuration #45
Labels
Comments
+1 for this modification. There are so many logging messages, I am unable to see my own debug output. |
I had some busy days recently. Request is accepted, but can not guarantee how long I can finish it. |
Does anyone know if this has been implemented? |
alexdany657
added a commit
to alexdany657/socket.io-client-cpp
that referenced
this issue
Jun 19, 2020
feat: implement socketio#45: add support for logging configuration
bbilas
pushed a commit
to bbilas/socket.io-client-cpp
that referenced
this issue
Dec 10, 2020
bbilas
added a commit
to bbilas/socket.io-client-cpp
that referenced
this issue
Dec 10, 2020
feat: implement socketio#45: add support for logging configuration See merge request hempel/frontier/socket.io-client-cpp!4
bbilas
pushed a commit
to bbilas/socket.io-client-cpp
that referenced
this issue
Dec 19, 2020
darrachequesne
pushed a commit
that referenced
this issue
Jan 15, 2021
Closed by 1b42ce7. |
druckdev
added a commit
to DeerSoftDevelopment/socket.io-client-cpp
that referenced
this issue
Apr 6, 2021
* upstream/master: docs: update compatibility table for Socket.IO v4 docs: fix title format (socketio#297) feat: allow resource path to be set in connection URI (socketio#134) fix: resolve client_impl::ping LOG call syntax in debug builds fix: resolve socketio#254: handle closing sockets upon on_fail events fix: lower the minimum CMake supported version feat: implement socketio#45: add support for logging configuration feat: add support for Socket.IO v3 refactor: use correct Engine.IO protocol revision refactor: use standard install paths (socketio#58) ci: migrate to GitHub Actions chore: update .gitignore with cmake output refactor: remove Boost dependency (socketio#176)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently websocketpp shows some logging messages but there is no method to turn off or configure the log. Logging configuration should be supported.
The text was updated successfully, but these errors were encountered: