Skip to content

Commit

Permalink
Add ess logformat for daphne
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikek committed Nov 24, 2023
1 parent bf8b3dd commit de029a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ services:
/code/docker/wait_for.sh rabbitmq 5672
/code/docker/wait_for.sh essarch 8080
/code/docker/wait_for.sh elasticsearch 9200
daphne ESSArch_Core.config.asgi:application --port 9000 --bind 0.0.0.0 --access-log /ESSArch/log/daphneessarch.log
daphne ESSArch_Core.config.asgi:application --port 9000 --bind 0.0.0.0 --access-log /ESSArch/log/daphneessarch.log --log-fmt '[%(asctime)s: %(levelname)s] %(message)s'
ports:
- 9000:9000
restart: on-failure
Expand Down

0 comments on commit de029a6

Please sign in to comment.