I am using autobahn package with twisted which shows debug message for me every connect to websocket. I tried to switch logging level to info but had no success: Is there an easy way to switch log level? Updated. Here is the twisted_service.py: I run it using twistd script: twistd -noy twisted_service.py And i get a message: 2018-03-03T10:45:22+0500 [builtin.WebsocketService#debug] start
Tag: autobahn
Autobahn Python 0.9.3-3 raises exception related to “subscription_revocation”
I’m running Autobahn Python 0.9.3-3 and am getting a strange error and I can’t work out why. This only seems to be happening with newer Autobahn Python clients. Any ideas? I suspect upgrading Autobahn to the 0.10.x series will fix this, but unfortunately there are some backwards incompatible changes that don’t appear quick to resolve. Answer This was a bug