Enha: log level to props

This commit is contained in:
Grail Finder
2025-02-15 11:09:47 +03:00
parent 83babd0271
commit c134479414
7 changed files with 35 additions and 20 deletions

View File

@@ -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 {