diff --git a/deploy-template/compose.yml b/deploy-template/compose.yml index f8ea344..16ca2f4 100644 --- a/deploy-template/compose.yml +++ b/deploy-template/compose.yml @@ -17,7 +17,7 @@ services: - POSTGRES_USER=drop - POSTGRES_DB=drop drop: - image: ghcr.io/drop-oss/drop:latest + image: ghcr.io/drop-oss/drop:nightly stdin_open: true tty: true init: true diff --git a/server/internal/logging/index.ts b/server/internal/logging/index.ts index deee48c..e912f3e 100644 --- a/server/internal/logging/index.ts +++ b/server/internal/logging/index.ts @@ -1,4 +1,5 @@ import pino from "pino"; +import "pino-pretty"; export const logger = pino({ transport: {