Logs for WebStomp plugin #8210
Unanswered
rayate2410
asked this question in
Questions
Replies: 1 comment 1 reply
-
Web STOMP connections are handled by the WebSockets server. I suspect the plugin then does not log any events of its own. You are welcome to contribute a PR that would log the same message, assuming that Cowboy provides access to same client information. @lhoguin where in the WS handler code would be the best place to log such events? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
We're using rabbitmq WebSTOMP plugin along with normal amqp connections.
Whenever a client connects via amqp - we can see the logs of authentication. Example below:
But for WebSTOMP connections I don't see any logs. I didn't see any options to enable logging in https://www.rabbitmq.com/web-stomp.html or https://www.rabbitmq.com/logging.html
This is our logging config:
RabbitMQ Version: 3.11.13
Beta Was this translation helpful? Give feedback.
All reactions