# HG changeset patch # User Björn Ricks # Date 1306327729 -7200 # Node ID 7d1eb0e7e0105831c977863ce7dacbae4e525851 # Parent 3c84919fe89b59ace263e272aeb727b19641e60f Changelog entry for r66:67 diff -r 3c84919fe89b -r 7d1eb0e7e010 ChangeLog --- 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 + + 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 Minor changes in views