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
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