Skip to content
This repository has been archived by the owner on Dec 18, 2023. It is now read-only.

Commit

Permalink
Remove explicit log rotation; Rails 7.1 handles it
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbrictson committed Oct 30, 2023
1 parent 33aa585 commit 1c15eae
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 13 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,6 @@ I like to use [Postmark][] for transactional email, and so I've included the [po
#### Other tweaks that patch over some Rails shortcomings

* A much-improved `bin/setup` script
* Log rotation so that development and test Rails logs don’t grow out of control

## How does it work?

Expand Down
11 changes: 0 additions & 11 deletions config/initializers/rotate_log.rb

This file was deleted.

1 change: 0 additions & 1 deletion config/template.rb
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
end

copy_file "config/initializers/generators.rb"
copy_file "config/initializers/rotate_log.rb"
copy_file "config/initializers/version.rb"
copy_file "config/initializers/sidekiq.rb"

Expand Down

0 comments on commit 1c15eae

Please sign in to comment.