Skip to content

Commit 1f3d05c

Browse files
committed
add new log level for pino
1 parent bcf2c0c commit 1f3d05c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ if [ "${TEMPLATE_REPLACE}" = "true" ]; then
44
envsubst < /usr/src/app/config/config.json.template > /usr/src/app/config/config.json
55
fi
66

7-
DEBUG=${SERVER_DEBUG} yarn run prodstart $0 $@
7+
DEBUG=${SERVER_DEBUG} LOG_LEVEL=${SERVER_DEBUG_LEVEL} yarn run prodstart $0 $@

0 commit comments

Comments
 (0)