mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-04-04 10:29:34 +00:00
Log flywaydb migrations
This commit is contained in:
parent
d0805d133a
commit
e6777df5f2
@ -22,8 +22,10 @@ object ScribeConfigure {
|
||||
Sync[F].delay {
|
||||
replaceJUL()
|
||||
val docspellLogger = scribe.Logger("docspell")
|
||||
val flywayLogger = scribe.Logger("org.flywaydb")
|
||||
unsafeConfigure(scribe.Logger.root, cfg.copy(minimumLevel = getRootMinimumLevel))
|
||||
unsafeConfigure(docspellLogger, cfg)
|
||||
unsafeConfigure(flywayLogger, cfg)
|
||||
}
|
||||
|
||||
private[this] def getRootMinimumLevel: Level =
|
||||
|
@ -38,7 +38,6 @@ object FlywayMigrate {
|
||||
.locations(locations: _*)
|
||||
.load()
|
||||
|
||||
fw.repair()
|
||||
fw.migrate()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user