mirror of
https://github.com/neocities/neocities.git
synced 2025-07-25 11:58:28 +02:00
fixes tests, quiet sidekiq client logger
This commit is contained in:
parent
74f5ef31d9
commit
4b94fc65bf
2 changed files with 21 additions and 16 deletions
|
@ -44,6 +44,7 @@ Sidekiq.configure_server do |config|
|
|||
end
|
||||
|
||||
Sidekiq.configure_client do |config|
|
||||
config.logger = nil
|
||||
config.redis = sidekiq_redis_config
|
||||
end
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue