ssato / python-anyconfig

Python library provides common APIs to load and dump configuration files in various formats
MIT License
278 stars 31 forks source link

anyconfig should warn if the python module required to parse inputs was missing #55

Closed ssato closed 7 years ago

ssato commented 8 years ago

Currently, anyconfig.load*() return None and do not warn if it cannot parse inputs because of the lack of python modules to parse them.

see also: issue #42

ssato commented 8 years ago

Just FYI. I'm workin' on this in the warn-missing branch: https://github.com/ssato/python-anyconfig/tree/warn-missing

ssato commented 7 years ago

I decided to suppress logging messages of anyconfig by default now, that is, this behavior won't be changed in the near future because:

I added the note about this behavior and how to configure logging also: 6fa1c2c