Skip to content

Commit

Permalink
Fix console handler bug
Browse files Browse the repository at this point in the history
  • Loading branch information
martimpassos committed Apr 5, 2024
1 parent 12bebb5 commit 6df1e03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion imaginerio-etl/utils/logger.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ def format(self, record):
# "filename": log_filename,
# },
"console": {
"class": logging.StreamHandler,
"class": "logging.StreamHandler",
"formatter": "custom",
"level": "DEBUG",
"stream": "ext://sys.stdout", # Use sys.stdout
Expand Down

0 comments on commit 6df1e03

Please sign in to comment.