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
commit fbb8f682a2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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.