How do I disable log messages like "DEBUG: Executed unlock.lua in 0ms"? #843
Unanswered
oskarpearson
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi All
I was wondering if anyone knows how to disable log messages like this:
DEBUG: Executed unlock.lua in 0ms
?I'm at a bit of a loss as to now to remove them. I've found similar messages in Issues in this repository, but I can't seem to locate the code they are coming from, or how to disable them. (I can't see any reference to
in
orExecuted
)The logs are similar to the ones here: #613 (comment)
I'm on 7.1.33, with sidekiq 6.5.12 and redis 4.8.1.
Interestingly I have Sidekiq logging set up to use json logging (and log level :info), but these logs aren't formatted in JSON, and use DEBUG level.
Beta Was this translation helpful? Give feedback.
All reactions