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:
@@ -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:
|
tests in parallel). More information about stestr can be found at:
|
||||||
http://stestr.readthedocs.io/
|
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
|
.. _Development Quickstart: https://docs.openstack.org/nova/latest/contributor/development-environment.html
|
||||||
|
|
||||||
Building Docs
|
Building Docs
|
||||||
|
|||||||
Reference in New Issue
Block a user