Skip to content

Commit

Permalink
chore: make mainnet only have log level INFO where DEBUG is too spammy (
Browse files Browse the repository at this point in the history
#751)

* Mainnet should only have log level info; debug is too spammy

* Only run UNIT pipeline on *.rs changes

* Only have mainnet-prod be info
  • Loading branch information
ChaoticTempest authored Jul 30, 2024
1 parent eb200b6 commit 183acbc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,14 @@ on:
- main
- develop
pull_request:
paths:
- ".github/workflows/unit.yml"
- "chain-signatures/**/*.rs"
- "mpc-recovery/**/*.rs"
- "load-tests/**/*.rs"
- "test-oidc-provider/**/*.rs"
- "integration-tests/**/*.rs"

env:
RUSTFLAGS: -D warnings
jobs:
Expand Down
2 changes: 1 addition & 1 deletion infra/partner-mainnet/variables.tf
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ variable "static_env" {
},
{
name = "RUST_LOG"
value = "mpc_node=debug"
value = "mpc_node=info"
},
{
name = "MPC_INDEXER_S3_REGION"
Expand Down

0 comments on commit 183acbc

Please sign in to comment.