Skip to content

Commit

Permalink
Disable verbose logging for triagebot
Browse files Browse the repository at this point in the history
This is relatively large in terms of output, and there's not usually any
particular need to store quite this much data.
  • Loading branch information
Mark-Simulacrum committed Feb 8, 2021
1 parent 5777375 commit a7f8a8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion terraform/shared/services/triagebot/main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module "ecs_task" {
"environment": [
{
"name": "RUST_LOG",
"value": "parser=trace,triagebot=trace"
"value": "triagebot=info"
}
],
"secrets": [
Expand Down

0 comments on commit a7f8a8a

Please sign in to comment.