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
I selectively used most of the gem code to have json sidekiq logs , but due to the large scale , the amount of logs that were getting produced was very large , i used a configurable queue_list to selectively log only logs for those queues, i think this can be added here as well
The text was updated successfully, but these errors were encountered:
That makes sense to me. Similarly to the argument filter we could have a job filter that by default logs all jobs, but can be instructed to only log some jobs based on allow/deny lists.
I selectively used most of the gem code to have json sidekiq logs , but due to the large scale , the amount of logs that were getting produced was very large , i used a configurable queue_list to selectively log only logs for those queues, i think this can be added here as well
The text was updated successfully, but these errors were encountered: