Print the logging level on startup

This commit is contained in:
Jackson Harper
2022-03-21 09:31:05 -07:00
parent 960a22d50c
commit f9bce1932c

View File

@ -122,6 +122,7 @@ export const createApp = (): {
}
const main = async (): Promise<void> => {
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.