log: Set default logging level to INFO.
authorMatthijs Kooijman <matthijs@stdin.nl>
Thu, 10 Jun 2010 06:07:08 +0000 (08:07 +0200)
committerMatthijs Kooijman <matthijs@stdin.nl>
Thu, 10 Jun 2010 06:07:08 +0000 (08:07 +0200)
src/lib/backupninja/log.py

index 9fa85b8b92dc13494db8e40e840abbe9126c6bfb..d079c8887c38ee58b2c41a5148c8a1440339c36b 100644 (file)
@@ -32,5 +32,5 @@ def setup_logging(options):
     options are the parsed commandline options.
     """
     # We use the default options for now
-    logging.basicConfig()
+    logging.basicConfig(level=logging.INFO)
     log.debug("Initialized logging configuration")