Skip to content

Commit

Permalink
Feat : arq logging
Browse files Browse the repository at this point in the history
  • Loading branch information
foucblg committed Dec 3, 2024
1 parent 897e049 commit 461b728
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions app/core/log.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,6 +246,14 @@ def get_config_dict(self, settings: Settings):
"level": MINIMUM_LOG_LEVEL,
"propagate": False,
},
"arq.worker": {
"handlers": [
"console",
"files_errors",
"matrix_errors",
],
"level": MINIMUM_LOG_LEVEL,
},
},
}

Expand Down

0 comments on commit 461b728

Please sign in to comment.