Skip to content

Commit

Permalink
emit API access logs
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkralidis committed Mar 19, 2024
1 parent 0715e05 commit 653a67c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion wis2-gdc-api/entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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)"
Expand Down

0 comments on commit 653a67c

Please sign in to comment.