Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
csst-dfs
csst-dfs-commons
Commits
0b0724a0
Commit
0b0724a0
authored
Nov 19, 2022
by
Wei Shoulin
Browse files
fix bug
parent
9c8446ef
Changes
1
Hide whitespace changes
Inline
Side-by-side
csst_dfs_commons/logging/setup.py
View file @
0b0724a0
...
...
@@ -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
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment