Skip to content

Commit

Permalink
Fix debug log message (#9211)
Browse files Browse the repository at this point in the history
  • Loading branch information
coignetp authored Apr 21, 2021
1 parent ab45d54 commit 0391f74
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ def check(self, instance):
self.log.debug(
'Identified api_version: %s, kafka_consumer_offsets: %s, zk_connection_string: %s.'
' Skipping consumer offset collection',
str(self._kafka_client.config.get('api_version') >= (0, 8, 2)),
str(self._kafka_client.config.get('api_version')),
str(instance.get('kafka_consumer_offsets')),
str(self._zk_hosts_ports),
)
Expand Down

0 comments on commit 0391f74

Please sign in to comment.