Skip to content

Commit

Permalink
update desc
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 14, 2024
1 parent 21cc869 commit 1df19aa
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
[![CI](https://github.com/keygen-sh/verbose_migrations/actions/workflows/test.yml/badge.svg)](https://github.com/keygen-sh/verbose_migrations/actions)
[![Gem Version](https://badge.fury.io/rb/verbose_migrations.svg)](https://badge.fury.io/rb/verbose_migrations)

Override Active Record logger to `DEBUG` mode during Active Record migrations
to easily follow along and spot blocking queries in a migration, even when the
logger is set to e.g. `WARN`.
Enable verbose logging for Active Record migrations, regardless of configured
log level. Monitor query speed, query execution, and overall progress when
executing long running or otherwise risky migrations.

This gem was extracted from [Keygen](https://keygen.sh).

Expand Down
4 changes: 2 additions & 2 deletions verbose_migrations.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ Gem::Specification.new do |spec|
spec.version = VerboseMigrations::VERSION
spec.authors = ['Zeke Gabrielse']
spec.email = ['[email protected]']
spec.summary = 'Set Active Record logger to DEBUG mode during Active Record migrations.'
spec.description = 'Override Active Record logger to DEBUG mode during Active Record migrations to easily follow along and spot blocking queries in a migration.'
spec.summary = 'Enable verbose logging for Active Record migrations, regardless of configured log level, to monitor query speed and execution.'
spec.description = 'Enable verbose logging for Active Record migrations, regardless of configured log level. Monitor query speed, query execution, and overall progress when executing long running or otherwise risky migrations.'
spec.homepage = 'https://github.com/keygen-sh/verbose_migrations'
spec.license = 'MIT'

Expand Down

0 comments on commit 1df19aa

Please sign in to comment.