Skip to content

Commit 3363703

Browse files
authored
Merge pull request #102 from restatedev/pr102
Unification of the RESTATE_LOGGING env var
2 parents 2267558 + 944f9e6 commit 3363703

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

test-services/entrypoint.sh

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,12 @@ if [ -n "$MAX_CONCURRENT_STREAMS" ]; then
88
mv hypercorn-config.toml.new hypercorn-config.toml
99
fi
1010

11+
if [ -n "$RESTATE_LOGGING" ]; then
12+
# unification of the RESTATE_LOGGING environment variable
13+
# which is also used by the node-test-services.
14+
#
15+
# Set by the e2e-verification-runner
16+
export RESTATE_CORE_LOG=$RESTATE_LOGGING
17+
fi
18+
1119
python3 -m hypercorn testservices:app --config hypercorn-config.toml --bind "0.0.0.0:${PORT}"

0 commit comments

Comments
 (0)