Skip to content

Commit 13cfacf

Browse files
committed
Devcontainer: enable debug logging
1 parent 3093347 commit 13cfacf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.devcontainer/docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ services:
2626
GRAMPSWEB_VECTOR_EMBEDDING_MODEL: sentence-transformers/distiluse-base-multilingual-cased-v2
2727
GRAMPSWEB_CELERY_CONFIG__broker_url: redis://redis:6379/0
2828
GRAMPSWEB_CELERY_CONFIG__result_backend: redis://redis:6379/0
29+
GRAMPSWEB_LOG_LEVEL: DEBUG
2930

3031
redis:
3132
image: valkey/valkey:alpine

0 commit comments

Comments
 (0)