Message ID | 20120207232311.29506.29982.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_test/main.py' --- lava_test/main.py 2012-01-17 12:42:46 +0000 +++ lava_test/main.py 2012-02-07 22:26:47 +0000 @@ -44,7 +44,7 @@ FORMAT = '<LAVA_TEST>%(asctime)s %(levelname)s: %(message)s' DATEFMT= '%Y-%m-%d %I:%M:%S %p' logging.basicConfig(format=FORMAT,datefmt=DATEFMT) - logging.root.setLevel(logging.DEBUG) + logging.root.setLevel(logging.ERROR) run_with_dispatcher_class(LAVATestDispatcher)