Logs: Update log levels and messages

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2023-10-07 16:00:23 +02:00
parent ede4b3b897
commit 0f321b10bc
4 changed files with 3 additions and 4 deletions

View File

@@ -108,7 +108,7 @@ func (list Tables) Migrate(db *gorm.DB, opt migrate.Options) {
}
}()
log.Infof("migrate: running database migrations")
log.Debugf("migrate: running database migrations")
// Run pre migrations, if any.
if err := migrate.Run(db, opt.Pre()); err != nil {