swift-server/RediStack

Redis Queue Driver disable Continuous debug log in console

binarysid opened this issue · 1 comments

I have configured RedisQueue Driver for my vapor project. While running the app the console becomes flooded with continuous debug log from the driver connection. I can barely see the other logs. Is there any way to disable the RedisQueue driver connection log? Screenshot of my console is attached. (Notes: I am running the service with docker compose)
Screenshot 2023-08-06 at 4 15 33 PM

Hello @binarysid , I discussed the topic with @fabianfett . While we agree that it's verbose, this is expected behaviour when logging on a debug log level.

The current behaviour is mostly inline with the SSWG Log Level guide. However, as a results of yours logs we do think that the statement for finding connections in a pool should be a trace instead.

The solution is to increase the logging level to info instead.