sabuhish / fastapi-mqtt

fastapi-mqtt is extension for MQTT protocol
https://sabuhish.github.io/fastapi-mqtt/
MIT License
264 stars 42 forks source link

Changed logging from info to debug and fixed typos #27

Closed petercinibulk closed 3 years ago

petercinibulk commented 3 years ago

It seems like it would be better behavior to have the users specify their own logging messages rather than hitting them with the debug logs. I changed the current logs to the debug level because it creates a cleaner experience when looking at the output.

sabuhish commented 3 years ago

Yes, you were right, thank you for your effort.