Another attempt to satisfy Jenkins.

This commit is contained in:
Khushboo Vashi 2019-03-18 10:33:20 +00:00 committed by Dave Page
parent 31e17f025b
commit 1e26b96b12

View File

@ -365,9 +365,8 @@ if __name__ == '__main__':
# Set basic logging configuration for log file
logging.basicConfig(
level=logging.DEBUG,
handlers=[logging.FileHandler(CURRENT_PATH + '/' + 'regression.log', 'w', 'utf-8')],
format='%(asctime)s:%(levelname)s:%(name)s:%(message)s',
filename=CURRENT_PATH + "/" + "regression.log",
filemode='w'
)
# Create logger to write log in the logger file as well as on console