From 653a67c7e4895c018f74b989303d0545c9abd11a Mon Sep 17 00:00:00 2001 From: Tom Kralidis Date: Mon, 18 Mar 2024 22:52:26 -0400 Subject: [PATCH] emit API access logs --- wis2-gdc-api/entrypoint.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/wis2-gdc-api/entrypoint.sh b/wis2-gdc-api/entrypoint.sh index bdd58e3..2c25650 100644 --- a/wis2-gdc-api/entrypoint.sh +++ b/wis2-gdc-api/entrypoint.sh @@ -71,7 +71,8 @@ case ${entry_cmd} in --bind ${CONTAINER_HOST}:${CONTAINER_PORT} \ --reload \ --reload-extra-file ${PYGEOAPI_CONFIG} \ - pygeoapi.app:app + pygeoapi.app:app \ + --access-logfile '-' ;; *) error "unknown command arg: must be run (default)"