summaryrefslogtreecommitdiff
path: root/oslotest/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'oslotest/base.py')
-rw-r--r--oslotest/base.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/oslotest/base.py b/oslotest/base.py
index b77f846..cdea425 100644
--- a/oslotest/base.py
+++ b/oslotest/base.py
@@ -45,7 +45,8 @@ class BaseTestCase(testtools.TestCase):
it produces.
If the environment variable ``OS_DEBUG`` is set to a true value,
- debug logging is enabled.
+ debug logging is enabled. Alternatively, the ``OS_DEBUG``
+ environment variable can be set to a valid log level.
If the environment variable ``OS_LOG_CAPTURE`` is set to a true
value, a logging fixture is installed to capture the log output.