FreshlyBrewedCode / pymee

a python library to interact with homee
MIT License
8 stars 4 forks source link

Change Logging to use named logger #3

Closed Taraman17 closed 1 year ago

Taraman17 commented 1 year ago

This changes logging, so it uses a logger with (name), so logs can be identified easier. It will also make use of log levels 'info' and 'debug', not only the latter.

This also will enable log configuration in Home Assistant.

Please check if the log levels are ok to you.