Skip to content

Commit

Permalink
BC-8093 - Check logging implementation (#27)
Browse files Browse the repository at this point in the history
  • Loading branch information
bergatco authored Oct 30, 2024
1 parent 7cfe726 commit 59dc128
Show file tree
Hide file tree
Showing 27 changed files with 548 additions and 37 deletions.
3 changes: 3 additions & 0 deletions .env.default
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,6 @@ WS_PORT=3345

TLDRAW__WEBSOCKET_URL=ws://localhost:3345
FEATURE_TLDRAW_ENABLED=true

NEST_LOG_LEVEL=DEBUG
EXIT_ON_ERROR=true
3 changes: 3 additions & 0 deletions .env.test
Original file line number Diff line number Diff line change
Expand Up @@ -15,3 +15,6 @@ TLDRAW__ASSETS_ENABLED=true
TLDRAW__ASSETS_MAX_SIZE_BYTES=10485760
TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST="image/png,image/jpeg,image/gif,image/svg+xml"
FEATURE_TLDRAW_ENABLED=true

NEST_LOG_LEVEL=DEBUG
EXIT_ON_ERROR=true
2 changes: 2 additions & 0 deletions ansible/roles/tldraw-server/templates/configmap.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -18,3 +18,5 @@ data:
TLDRAW__ASSETS_MAX_SIZE_BYTES: "10485760"
TLDRAW__ASSETS_ALLOWED_MIME_TYPES_LIST: "image/png,image/jpeg,image/gif,image/svg+xml"
FEATURE_TLDRAW_ENABLED: "true"
NEST_LOG_LEVEL: "info"
EXIT_ON_ERROR: "true"
Loading

0 comments on commit 59dc128

Please sign in to comment.