Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
KWH40
fml40-reference-implementation
Commits
f2264a44
Commit
f2264a44
authored
Dec 01, 2020
by
GromeTT
Browse files
FIX: Indentation
parent
f85c839a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ml/app_logger.py
View file @
f2264a44
...
...
@@ -25,7 +25,7 @@ def setup_logger(dt_name, app_logger=APP_LOGGER):
stream_handler
=
logging
.
StreamHandler
()
stream_handler
.
setFormatter
(
log_formatter
)
# stream_handler.setLevel(logging.DEBUG)
# stream_handler.setLevel(logging.DEBUG)
file_handler
=
logging
.
FileHandler
(
filename
=
"./logs/{}.log"
.
format
(
dt_name
))
file_handler
.
setLevel
(
logging
.
DEBUG
)
file_handler
.
setFormatter
(
log_formatter
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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