6daf82777e
Change-Id: Ib2d1261bcb0362c586c0aae4b9c5a8a563f07c71
8 lines
119 B
Python
8 lines
119 B
Python
import logging
|
|
|
|
logging.basicConfig(
|
|
filename='functional-tests.log',
|
|
filemode='w',
|
|
level=logging.DEBUG,
|
|
)
|