diff --git a/.env.example b/.env.example index 431e99b..1f95edc 100644 --- a/.env.example +++ b/.env.example @@ -4,3 +4,4 @@ EVE_SSO_SECRET=Secret Key EVE_SSO_CALLBACK_URL=Callback URL (This should be the domain you are hosting at or if run locally it should be http://localhost:3000) NEXT_PUBLIC_PRAISAL_URL=https://praisal.avanto.tk/appraisal/structured.json?persist=no SENTRY_AUTH_TOKEN=Sentry token for error reporting. +LOG_LEVEL=warn \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index c910130..41e7183 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -10,6 +10,7 @@ services: - EVE_SSO_SECRET=${EVE_SSO_SECRET} - NEXT_PUBLIC_PRAISAL_URL=${NEXT_PUBLIC_PRAISAL_URL} - SENTRY_AUTH_TOKEN=${SENTRY_AUTH_TOKEN} + - LOG_LEVEL=warn ports: - 3000:3000 restart: unless-stopped