Rename VERBOSE log level to TRACE
[babeltrace.git] / src / bindings / python / bt2 / bt2 / utils.py
index 4329d93fa17565f31dcf4aaec06e33a5e1132c36..636e92134f305fe679c9dafa5767e1c368303c53 100644 (file)
@@ -132,7 +132,7 @@ def _check_log_level(log_level):
     _check_int(log_level)
 
     log_levels = (
-        bt2.logging.LoggingLevel.VERBOSE,
+        bt2.logging.LoggingLevel.TRACE,
         bt2.logging.LoggingLevel.DEBUG,
         bt2.logging.LoggingLevel.INFO,
         bt2.logging.LoggingLevel.WARN,
This page took 0.023661 seconds and 4 git commands to generate.