ardevd / jlrpy

Python library for interacting with the JLR Remote Car API
MIT License
85 stars 28 forks source link

Don't configure logging #91

Closed adamchainz closed 3 years ago

adamchainz commented 3 years ago

Applications typically configure Python's logging to meet their own requirements, e.g. pushing logs to a log daemon, using a JSON format, etc. It's not useful that jlrpy reconfigures its logger on import, as that can undo application logging.