From f9bce1932c4881f5018193397f62dbcc90080d51 Mon Sep 17 00:00:00 2001 From: Jackson Harper Date: Mon, 21 Mar 2022 09:31:05 -0700 Subject: [PATCH] Print the logging level on startup --- packages/api/src/server.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/packages/api/src/server.ts b/packages/api/src/server.ts index a99916fd4..a87dc975a 100755 --- a/packages/api/src/server.ts +++ b/packages/api/src/server.ts @@ -122,6 +122,7 @@ export const createApp = (): { } const main = async (): Promise => { + console.log('starting with log levels', config.syslog.levels) // If creating the DB entities fails, we want this to throw // so the container will be restarted and not come online // as healthy.