Revert "feat(structured logging): implements structured logging for backend (#1217)" (#1227)

This reverts commit 84cb74e8b3.
This commit is contained in:
Iain Sproat
2022-11-25 16:57:28 +00:00
committed by GitHub
parent 84cb74e8b3
commit 63e6581162
104 changed files with 400 additions and 896 deletions
+4 -4
View File
@@ -25,7 +25,7 @@ services:
SESSION_SECRET: 'TODO:Replace'
STRATEGY_LOCAL: 'true'
LOG_LEVEL: 'info'
DEBUG: 'speckle:*'
POSTGRES_URL: 'postgres'
POSTGRES_USER: 'speckle'
@@ -51,7 +51,7 @@ services:
mem_limit: '3000m'
memswap_limit: '3000m'
environment:
LOG_LEVEL: 'info'
DEBUG: 'preview-service:*'
PG_CONNECTION_STRING: 'postgres://speckle:speckle@postgres/speckle'
webhook-service:
@@ -61,7 +61,7 @@ services:
image: speckle/speckle-webhook-service:local
restart: always
environment:
LOG_LEVEL: 'info'
DEBUG: 'webhook-service:*'
PG_CONNECTION_STRING: 'postgres://speckle:speckle@postgres/speckle'
fileimport-service:
@@ -71,6 +71,6 @@ services:
image: speckle/speckle-fileimport-service:local
restart: always
environment:
LOG_LEVEL: 'info'
DEBUG: 'fileimport-service:*'
PG_CONNECTION_STRING: 'postgres://speckle:speckle@postgres/speckle'
SPECKLE_SERVER_URL: 'http://speckle-server:3000'