There was an error while loading. Please reload this page.
1 parent bcf2c0c commit 1f3d05cCopy full SHA for 1f3d05c
1 file changed
docker-entrypoint.sh
@@ -4,4 +4,4 @@ if [ "${TEMPLATE_REPLACE}" = "true" ]; then
4
envsubst < /usr/src/app/config/config.json.template > /usr/src/app/config/config.json
5
fi
6
7
-DEBUG=${SERVER_DEBUG} yarn run prodstart $0 $@
+DEBUG=${SERVER_DEBUG} LOG_LEVEL=${SERVER_DEBUG_LEVEL} yarn run prodstart $0 $@
0 commit comments