diff mbox

[Branch,~linaro-validation/lava-test/trunk] Rev 118: change logging level default so that it is not so spammy

Message ID 20120207232311.29506.29982.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Paul Larson Feb. 7, 2012, 11:23 p.m. UTC
Merge authors:
  Le Chi Thu le.chi.thu@linaro.org <le.chi.thu@linaro.org>
Related merge proposals:
  https://code.launchpad.net/~le-chi-thu/lava-test/set-logging-level/+merge/91936
  proposed by: Le Chi Thu (le-chi-thu)
  review: Approve - Zygmunt Krynicki (zkrynicki)
  review: Approve - Paul Larson (pwlars)
------------------------------------------------------------
revno: 118 [merge]
committer: Paul Larson <paul.larson@linaro.org>
branch nick: lava-test
timestamp: Tue 2012-02-07 15:21:37 -0800
message:
  change logging level default so that it is not so spammy
modified:
  lava_test/main.py


--
lp:lava-test
https://code.launchpad.net/~linaro-validation/lava-test/trunk

You are subscribed to branch lp:lava-test.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-test/trunk/+edit-subscription
diff mbox

Patch

=== 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)