designate/functionaltests/__init__.py
Paul Glass 2ce23fe37f Show functional test request logging
* Failed test cases will show all captured logging
* Forward OS_*_CAPTURE environment variables along from tox to testr

Change-Id: Ice9a64d07bb77dd46fb1da6a8ffaa8fd85d5f38b
2015-08-19 15:44:11 +00:00

8 lines
119 B
Python

import logging
logging.basicConfig(
filename='functional-tests.log',
filemode='w',
level=logging.DEBUG,
)