Skip to content

Commit 8fbd03c

Browse files
authored
Adds sidekiq config to define logger level as WARN (#275)
1 parent 8ca84dc commit 8fbd03c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

spec/spec_helper.rb

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# frozen_string_literal: true
22

3+
require "sidekiq"
4+
35
# This file was generated by the `rails generate rspec:install` command. Conventionally, all
46
# specs live under a `spec` directory, which RSpec adds to the `$LOAD_PATH`.
57
# The generated `.rspec` file contains `--require spec_helper` which will cause
@@ -91,4 +93,6 @@
9193
# # test failures related to randomization by passing the same `--seed` value
9294
# # as the one that triggered the failure.
9395
# Kernel.srand config.seed
96+
97+
Sidekiq.default_configuration.logger.level = Logger::WARN
9498
end

0 commit comments

Comments
 (0)