This is an automated email from the ASF dual-hosted git repository.
sbp pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tooling-trusted-release.git
The following commit(s) were added to refs/heads/main by this push:
new 157f98b Log the application to the state directory outside of the
container
157f98b is described below
commit 157f98b6f829589c98b0fdfda759aba3e829766b
Author: Sean B. Palmer <[email protected]>
AuthorDate: Tue May 6 16:41:51 2025 +0100
Log the application to the state directory outside of the container
---
start-atr.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/start-atr.sh b/start-atr.sh
index 41987b1..734d8cc 100644
--- a/start-atr.sh
+++ b/start-atr.sh
@@ -11,6 +11,6 @@ then
python3 scripts/generate-certificates
fi
-echo "Starting hypercorn on ${BIND}" >> /var/log/hypercorn.log
+echo "Starting hypercorn on ${BIND}" >> /opt/atr/state/hypercorn.log
exec hypercorn --bind "${BIND}" \
- --keyfile key.pem --certfile cert.pem atr.server:app >>
/var/log/hypercorn.log 2>&1
+ --keyfile key.pem --certfile cert.pem atr.server:app >>
/opt/atr/state/hypercorn.log 2>&1
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]