mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
by default use info level for loggers
This commit is contained in:
parent
818ad5a0bb
commit
a6ab96155d
1 changed files with 1 additions and 1 deletions
|
|
@ -51,7 +51,7 @@ export class CustomTypeOrmLogger
|
|||
return
|
||||
}
|
||||
|
||||
this.logger.log(level, message)
|
||||
this.logger.info(message)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue