summaryrefslogtreecommitdiffstats
path: root/bitbake/lib/bb/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'bitbake/lib/bb/__init__.py')
-rw-r--r--bitbake/lib/bb/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbake/lib/bb/__init__.py b/bitbake/lib/bb/__init__.py
index 06d865994c..3c8572476c 100644
--- a/bitbake/lib/bb/__init__.py
+++ b/bitbake/lib/bb/__init__.py
@@ -56,7 +56,7 @@ logging.setLoggerClass(BBLogger)
56 56
57logger = logging.getLogger("BitBake") 57logger = logging.getLogger("BitBake")
58logger.addHandler(NullHandler()) 58logger.addHandler(NullHandler())
59logger.setLevel(logging.INFO) 59logger.setLevel(logging.DEBUG - 2)
60 60
61# This has to be imported after the setLoggerClass, as the import of bb.msg 61# This has to be imported after the setLoggerClass, as the import of bb.msg
62# can result in construction of the various loggers. 62# can result in construction of the various loggers.