mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-21 16:10:01 +08:00
Logs: Update log levels and messages
Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
@@ -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 {
|
||||
|
Reference in New Issue
Block a user