]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
Default to log level INFO.
authorZack Cerza <zack@cerza.org>
Thu, 15 Aug 2013 13:29:09 +0000 (08:29 -0500)
committerZack Cerza <zack@cerza.org>
Thu, 15 Aug 2013 13:29:09 +0000 (08:29 -0500)
teuthology/lock.py

index e98444e76324337f22cc020827f87210990f967b..b54a9bf96ade781bb2e974cd96af3a4d1289a338 100644 (file)
@@ -227,7 +227,7 @@ Lock, unlock, or query lock status of machines.
 
     ctx = parser.parse_args()
 
-    loglevel = logging.ERROR
+    loglevel = logging.INFO
     if ctx.verbose:
         loglevel = logging.DEBUG
 
@@ -426,7 +426,7 @@ to run on, or use -a to check all of them automatically.
 
     ctx = parser.parse_args()
 
-    loglevel = logging.ERROR
+    loglevel = logging.INFO
     if ctx.verbose:
         loglevel = logging.DEBUG