Skip to content

Commit

Permalink
quite logs
Browse files Browse the repository at this point in the history
  • Loading branch information
qinmingyuan committed Aug 27, 2024
1 parent 39d9226 commit 75a1397
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 13 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
GIT
remote: https://github.com/work-design/rails_design.git
revision: 161689e3921146b7512c54bb01f15cb8abb4f036
revision: 3a8d6b57406a367cc9f9fef539efc0732c554bf8
specs:
rails_design (0.0.1)
rails
Expand Down
23 changes: 11 additions & 12 deletions lib/rails_com/config.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,21 +22,20 @@ module RailsCom #:nodoc:
'ActiveRecord::RecordNotFound'
]
config.ignore_models = [
'GoodJob::BaseExecution',
'GoodJob::BatchRecord',
'GoodJob::DiscreteExecution',
'GoodJob::Execution',
'GoodJob::Job',
'GoodJob::Process',
'GoodJob::Setting'
'SolidQueue::Semaphore',
'SolidQueue::Process',
'SolidQueue::Pause',
'SolidQueue::Job',
'SolidQueue::ScheduledExecution',
'SolidQueue::ReadyExecution',
'SolidQueue::BlockedExecution',
'SolidQueue::RecurringExecution',
'SolidQueue::RecurringTask',
'SolidCache::Entry'
]
config.override_prefixes = [
'application'
]
config.quiet_logs = [
'/rails/active_storage',
'/images',
'/@fs'
]
config.quiet_logs = []
end
end

0 comments on commit 75a1397

Please sign in to comment.