Closed ssato closed 7 years ago
Just FYI. I'm workin' on this in the warn-missing branch: https://github.com/ssato/python-anyconfig/tree/warn-missing
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
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