jasonrbriggs / stomp.py

“stomp.py” is a Python client library for accessing messaging servers (such as ActiveMQ or RabbitMQ) using the STOMP protocol (versions 1.0, 1.1 and 1.2). It can also be run as a standalone, command-line client for testing.
Apache License 2.0
491 stars 167 forks source link

fix: remove info logs #402

Closed mfmarche closed 1 year ago

mfmarche commented 1 year ago

logging.info was called on frames. These are particularly noisy with hearbeats. Debug level still allows the messages to be logged.

mfmarche commented 1 year ago

closing this, duplicate of #401