summaryrefslogtreecommitdiff
path: root/storage
diff options
context:
space:
mode:
authorGrail Finder <wohilas@gmail.com>2025-02-15 11:09:47 +0300
committerGrail Finder <wohilas@gmail.com>2025-02-15 11:09:47 +0300
commitc1344794143ef48670d8eeb365a10a5295a145ae (patch)
tree375a11525bd2117235043e4c1d95c5f842c9c202 /storage
parent83babd027140b7ae41743655fa016bf3551350c2 (diff)
Enha: log level to props
Diffstat (limited to 'storage')
-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 {