Merge pull request #272 from omnivore-app/fix/print-logging-levels

Print the logging level on startup
This commit is contained in:
Jackson Harper
2022-03-21 09:40:12 -07:00
committed by GitHub

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.