Elukey has uploaded a new change for review. ( https://gerrit.wikimedia.org/r/376015 )
Change subject: confluent::kafka: set kafka-authorizer log to DEBUG ...................................................................... confluent::kafka: set kafka-authorizer log to DEBUG This change will set by default the kafka-authorizer log to DEBUG, the first level that logs meaningful information like IP and type of operation requested of every client. The analytics team is planning to deploy ACLs for all the clusters during the next months, this log will be vital to identify errors or misconfigurations. Bug: T173493 Change-Id: I8e60028e5112737460d4c18cf27ed7a177db8347 --- M modules/confluent/templates/kafka/log4j.properties.erb 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/operations/puppet refs/changes/15/376015/1 diff --git a/modules/confluent/templates/kafka/log4j.properties.erb b/modules/confluent/templates/kafka/log4j.properties.erb index ae657fd..f5fc8d3 100644 --- a/modules/confluent/templates/kafka/log4j.properties.erb +++ b/modules/confluent/templates/kafka/log4j.properties.erb @@ -75,5 +75,5 @@ log4j.additivity.state.change.logger=false #Change this to debug to get the actual audit log for authorizer. -log4j.logger.kafka.authorizer.logger=WARN, authorizerAppender +log4j.logger.kafka.authorizer.logger=DEBUG, authorizerAppender log4j.additivity.kafka.authorizer.logger=false -- To view, visit https://gerrit.wikimedia.org/r/376015 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I8e60028e5112737460d4c18cf27ed7a177db8347 Gerrit-PatchSet: 1 Gerrit-Project: operations/puppet Gerrit-Branch: production Gerrit-Owner: Elukey <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
