avaldebe / PyPMS

Data acquisition and logging for Air Quality Sensors with UART interface
https://avaldebe.github.io/PyPMS/
MIT License
29 stars 8 forks source link

Move root logger config to CLI module #28

Closed benthorner closed 2 years ago

benthorner commented 2 years ago

Fixes: https://github.com/avaldebe/PyPMS/issues/27.

This ensures the root logger is only configured when this package is used as a command.

I've also added an extra commit to support local dev - happy to learn if there's a way of doing it already.

avaldebe commented 2 years ago

@benthorner

1e6 thanks for your contributtion

benthorner commented 2 years ago

@avaldebe thanks for the speedy review!

Could you release the new version to PyPI?

avaldebe commented 2 years ago

done