chrisdoherty4 / python-case-converter

A case conversion library for Python.
MIT License
30 stars 2 forks source link

Improve logging configurability #5

Open chrisdoherty4 opened 2 years ago

chrisdoherty4 commented 2 years ago

The logging capability that can be remarkably useful for debugging is prone to being left 'on'. There needs to be a much simpler way of enabling logging that is based on configuration rather than changing the code ad-hoc so it doesn't get left on like the 1.0.3 to 1.0.4 release.