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
848b899c
Commit
848b899c
authored
Dec 17, 2021
by
c.fortmanngrote
Browse files
debug logging.
parent
a742f117
Pipeline
#258934
failed with stages
in 3 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
app/__init__.py
View file @
848b899c
...
...
@@ -30,6 +30,8 @@ if app.debug:
handler
.
setLevel
(
logging
.
DEBUG
)
logger
.
addHandler
(
handler
)
if
app
.
debug
:
logger
.
debug
(
"****************** Debug mode is active ******************"
)
# csrf = CSRFProtect()
...
...
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