Browse Source

increasing log level in production

pull/4023/head
Martin McKeaveney 6 years ago
parent
commit
faf9fd4754
  1. 2
      packages/server/.env.template

2
packages/server/.env.template

@ -12,7 +12,7 @@ JWT_SECRET={{cookieKey1}}
PORT=4001
# error level for koa-pino
LOG_LEVEL=error
LOG_LEVEL=info
DEPLOYMENT_CREDENTIALS_URL="https://dt4mpwwap8.execute-api.eu-west-1.amazonaws.com/prod/"
DEPLOYMENT_DB_URL="https://couchdb.budi.live:5984"

Loading…
Cancel
Save