Describe the bug
The polling shard consumer includes logrus and directly uses it in the renewLease function. It should be using the logger passed in kclconfig like the other functions.
Reproduction steps
Start a working using the polling consumer. Notice the debug level refreshing lease on shared messages coming from logrus.
Expected behavior
All log messages use the logger I have configured in kclconfig.
Additional context
Log is spammed with debug level messages with "Refreshing lease on shard:". To work around this, the logrus level needs to be set.