Skip to content

Commit

Permalink
Turn down logging in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
NickPhura committed Jan 18, 2024
1 parent 9ac9f52 commit 41017e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api/.pipeline/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ const phases = {
s3KeyPrefix: (isStaticDeployment && 'sims') || `local/${deployChangeId}/sims`,
tz: config.timezone.api,
sso: config.sso.dev,
logLevel: 'silly',
logLevel: 'info',
nodeOptions: '--max_old_space_size=2250', // 75% of memoryLimit (bytes)
cpuRequest: '50m',
cpuLimit: '600m',
Expand Down Expand Up @@ -156,7 +156,7 @@ const phases = {
s3KeyPrefix: 'sims',
tz: config.timezone.api,
sso: config.sso.prod,
logLevel: 'error',
logLevel: 'warn',
nodeOptions: '--max_old_space_size=2250', // 75% of memoryLimit (bytes)
cpuRequest: '50m',
cpuLimit: '1000m',
Expand Down

0 comments on commit 41017e8

Please sign in to comment.