]> git.llucax.com Git - software/pymin.git/commit
Add initialization logging configuration customization (refs #7).
authorLeandro Lucarella <llucax@gmail.com>
Thu, 19 Jun 2008 03:28:50 +0000 (00:28 -0300)
committerLeandro Lucarella <llucax@gmail.com>
Thu, 19 Jun 2008 03:33:28 +0000 (00:33 -0300)
commit649fa4aca75695f040ab03a96dd1c42d8d4be3c9
tree7fbcc386d39a8617cc7e489e3b199622dcd8c059
parent29e2232208a3330e0d10c7728e629c146536c8bb
Add initialization logging configuration customization (refs #7).

Before user logging configuration can be loaded, pymin already can emit a
lot of logging information. This patch provides a way to customize the
logging configuration before the standard configuration framework take
place.

By default, it tries to read /etc/pymind/log.init.ini configuration file,
unless PYMIND_LOGINITCONF environment variable is set, in which case the
file specified by that variable it readed. If it fails to load the
configuration file, it use a reasonble default.

This is mostly useful for debugging/development purposes.
pymind