Commit 0b0724a0 authored by Wei Shoulin's avatar Wei Shoulin
Browse files

fix bug

parent 9c8446ef
......@@ -69,6 +69,7 @@ def setup_test_logging():
os.makedirs(logs_dir)
# Outputs DEBUG level logging to file
fh = logging.FileHandler(os.path.join(logs_dir, 'csst_dfs_test.log'),
maxBytes=10*1024*1024, backupCount=10)
fh.setLevel(logging.DEBUG)
fh.setFormatter(ffmt)
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment