Skip to content

How do I turn off the logging? #608

Answered by mhenrixon
slhck asked this question in Q&A
May 31, 2021 · 2 comments · 3 replies
Discussion options

You must be logged in to vote

#608 (reply in thread)

SidekiqUniqueJobs.configure do |config|
  # disable verbose logging for testing
  config.logger = Logger.new("/dev/null") if Rails.env.test?
end

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
3 replies
@slhck
Comment options

@mhenrixon
Comment options

@slhck
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by mhenrixon
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants