diff options
Diffstat (limited to 'storage')
-rw-r--r-- | storage/migrate.go | 2 |
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 { |