summaryrefslogtreecommitdiff
path: root/storage/migrate.go
diff options
context:
space:
mode:
Diffstat (limited to 'storage/migrate.go')
-rw-r--r--storage/migrate.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage/migrate.go b/storage/migrate.go
index 3c4ca21..b05dddc 100644
--- a/storage/migrate.go
+++ b/storage/migrate.go
@@ -33,7 +33,7 @@ func (p *ProviderSQL) Migrate() {
}
}
}
- p.logger.Info("All migrations executed successfully!")
+ p.logger.Debug("All migrations executed successfully!")
}
func (p *ProviderSQL) executeMigration(migrationsDir fs.FS, fileName string) error {