We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2267558 + 944f9e6 commit 3363703Copy full SHA for 3363703
test-services/entrypoint.sh
@@ -8,4 +8,12 @@ if [ -n "$MAX_CONCURRENT_STREAMS" ]; then
8
mv hypercorn-config.toml.new hypercorn-config.toml
9
fi
10
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
+
19
python3 -m hypercorn testservices:app --config hypercorn-config.toml --bind "0.0.0.0:${PORT}"
0 commit comments