You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is that intentional? I do see a lot of lock acquisitions in my log and would like to filter them out. What kind of way would you suggest to suppress them?
Thank you
The text was updated successfully, but these errors were encountered:
Hello,
Small question: I noticed that the lock acquired log message is logged as info while the rest is logged as debug.
https://github.com/ionelmc/python-redis-lock/blob/master/src/redis_lock/__init__.py#L236
Is that intentional? I do see a lot of lock acquisitions in my log and would like to filter them out. What kind of way would you suggest to suppress them?
Thank you
The text was updated successfully, but these errors were encountered: