Skip to content

Commit

Permalink
Merge pull request #761 from kids-first/fix-release-logging
Browse files Browse the repository at this point in the history
🔊 Configure release task logging directly
  • Loading branch information
znatty22 authored Sep 27, 2021
2 parents cdabec7 + 31a87b0 commit 7ecbb63
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions creator/settings/production.py
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,10 @@ def traces_sampler(sampling_context):
"creator.data_templates.mutations.template_version": {
"handlers": ["task"], "level": "ERROR"
},
"creator.releases.tasks": {
"handlers": ["task"],
"level": "INFO",
},
},
}

Expand Down

0 comments on commit 7ecbb63

Please sign in to comment.