Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Kontr 2.0
Portal API Backend
Commits
5ea3f33e
Verified
Commit
5ea3f33e
authored
Apr 25, 2019
by
Peter Stanko
Browse files
Removed additional enabling message
parent
be7b8e9c
Pipeline
#31629
passed with stage
in 7 minutes and 35 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
portal/logger.py
View file @
5ea3f33e
...
...
@@ -171,7 +171,6 @@ class Logging:
def
reenable_loggers
(
self
):
loggers
=
[
logging
.
getLogger
(
name
)
for
name
in
logging
.
root
.
manager
.
loggerDict
]
for
logger
in
loggers
:
self
.
log
.
info
(
f
"Enabling logger:
{
logger
.
name
}
"
)
logger
.
disabled
=
False
pass
...
...
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