Document how to make tests log at DEBUG level

OS_DEBUG is a handy trick, so let's make it slightly more
discoverable.

Change-Id: I02e4fbffc3c2c4f5b2737a44581ba7168f3a0d0f
This commit is contained in:
Adam Spiers 2019-02-13 19:59:02 +00:00
parent fda08e8224
commit 889aadf1c4
1 changed files with 4 additions and 0 deletions

View File

@ -114,6 +114,10 @@ command directly. Running ``stestr run`` will run the entire test suite.
tests in parallel). More information about stestr can be found at:
http://stestr.readthedocs.io/
By default tests log at ``INFO`` level. It is possible to make them
log at ``DEBUG`` level by exporting the ``OS_DEBUG`` environment
variable to ``True``.
.. _Development Quickstart: https://docs.openstack.org/nova/latest/contributor/development-environment.html
Building Docs