Hi, all I notice that the logs produced by log4j2 can be written into Kafka. I want to know if the log4j2 configuration file written in .properties? If it can, how do i name the ‘properties’ in .xml as flowing: <Kafka name="kafka" topic=“xxx"> <PatternLayout pattern="%message"/> <Property name="bootstrap.servers”><ip>:9092</Property> </Kafka>
Thanks!