cc-4105: more event contractor bug fixes

This commit is contained in:
Rudi Grinberg 2012-08-13 12:16:57 -04:00
parent f2fea19c85
commit 4708d76091
4 changed files with 28 additions and 22 deletions

View file

@ -35,6 +35,7 @@ def main(global_config, api_client_config):
print("Unknown error reading configuration file: '%s'" % global_config)
print(str(e))
# TODO : use the logging config file.
logfile = unicode( config['logpath'] )
setup_logging(logfile)
log = get_logger()