Skip to content

Commit

Permalink
πŸ”‡ Reduce verbosity
Browse files Browse the repository at this point in the history
  • Loading branch information
KONFeature committed Aug 1, 2024
1 parent 6994f58 commit a752365
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iac/Indexer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function addErpcService({
logRetention: "one_week",
// Set the right environment variables
environment: {
ERPC_LOG_LEVEL: "debug",
ERPC_LOG_LEVEL: "warn",
},
cdk: {
vpc,
Expand Down Expand Up @@ -327,7 +327,7 @@ function addIndexerService({
// Set the right environment variables
environment: {
// Ponder related stuff
PONDER_LOG_LEVEL: "info",
PONDER_LOG_LEVEL: "warn",
PONDER_TELEMETRY_DISABLED: "true",
// Erpc base endpoint
ERPC_BASE_URL: "https://indexer.frak.id/rpc-main/evm",
Expand Down

0 comments on commit a752365

Please sign in to comment.