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
mpievolbio-scicomp
RepinPop
Commits
eebfc57e
Commit
eebfc57e
authored
Dec 17, 2021
by
c.fortmanngrote
Browse files
fixing logger config.
parent
c8ee8025
Pipeline
#258966
failed with stages
in 1 minute and 58 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/__init__.py
View file @
eebfc57e
...
...
@@ -26,7 +26,7 @@ handler = logging.FileHandler(filename="/tmp/rarefan.log")
handler
.
setFormatter
(
formatter
)
# Configure root logger (this config will trickle down to all module loggers.)
logging
.
basicConfig
(
handlers
=
[
handler
],
filemode
=
'a'
,
level
=
logging
.
DEBUG
)
logging
.
basicConfig
(
handlers
=
[
handler
],
level
=
logging
.
DEBUG
)
logger
=
logging
.
getLogger
(
__name__
)
...
...
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