Setup timezone in Kafka Connect log4J

Hello,

Quick question: is it possible to output the timezone in the kafka-connect logs ?
What should be the log4j configuration to do so ?
Has anyone ever encountered this need ?

Thank you

Hi,

did you check Kafka Connect Logging | Confluent Documentation

Timezone should be something like this:

%d{yyyy-MM-dd/HH:mm:ss.SSS/zzz}

hth

1 Like

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.