Skip to content

Commit ec0e9e0

Browse files
Increase log level for backend-prod
1 parent b1f03d6 commit ec0e9e0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

docker-compose.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,11 +47,13 @@ services:
4747
test: "curl -f localhost:8000/admin/"
4848
volumes:
4949
- ./logs/django:/usr/src/app/logs
50+
- ./seed/:/usr/src/app/backend/problem/data
5051
command: >
5152
gunicorn langpro_annotator.wsgi:application
5253
-w 4
5354
-b 0.0.0.0:8000
5455
--timeout 600
56+
--log-level debug
5557
--access-logfile /usr/src/app/logs/access_log
5658
--error-logfile /usr/src/app/logs/error_log
5759
--capture-output

0 commit comments

Comments
 (0)