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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: