Skip to content

Commit

Permalink
Fix : arq.warker log
Browse files Browse the repository at this point in the history
  • Loading branch information
foucblg authored and Rotheem committed Dec 3, 2024
1 parent dd62629 commit 5a1d986
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/core/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -249,10 +249,11 @@ def get_config_dict(self, settings: Settings):
"arq.worker": {
"handlers": [
"console",
"files_errors",
"file_errors",
"matrix_errors",
],
"level": MINIMUM_LOG_LEVEL,
"propagate": False,
},
},
}
Expand Down

0 comments on commit 5a1d986

Please sign in to comment.