confluentinc/kafka-rest

Set logger level to less-verbose one

iamjekyun opened this issue · 1 comments

Currently, I am using REST proxy as a producer, and it is deployed as a pod in k8s environment.

For each produce calls, pod log shows Avro, Protobuf, Jsonschema serializer config. This is swamping up the necessary logs. As far as I see, request.logger.name is the most relevant logger configuration in REST proxy. Can I get a hint on setting this value?

@iamjekyun hi, were you able to solve this?