Mercurial > getan
changeset 80:7d1eb0e7e010
Changelog entry for r66:67
author | Björn Ricks <bjoern.ricks@intevation.de> |
---|---|
date | Wed, 25 May 2011 14:48:49 +0200 |
parents | 3c84919fe89b |
children | de7bbebcdac0 |
files | ChangeLog |
diffstat | 1 files changed, 11 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/ChangeLog Wed May 25 14:48:18 2011 +0200 +++ b/ChangeLog Wed May 25 14:48:49 2011 +0200 @@ -1,3 +1,14 @@ +2011-05-25 Björn Ricks <bjoern.ricks@intevation.de> + + Make getan logging configureable to be able to different getan instances + at the same time + + * getan/config.py: Pass filename and loglevel parameters to + initialize and setup_logging functions. Both parameters are used to + setup up the basic config of the logger + * getan.py: Add an OptionParser to be able to switch the log file and + debug verbosity on the command line + 2011-05-25 Björn Ricks <bjoern.ricks@intevation.de> Minor changes in views