I’m sorry but it seems can not work.

On 11 Apr 2017, 23:08 +0800, Matt Sicker <boa...@gmail.com>, wrote:
> appender.k.type = Kafka
> appender.k.name = kafka
> appender.k.topic = xxx
> appender.k.layout.type = PatternLayout
> appender.k.layout.pattern = %message
> appender.k.property.bootstrap.servers = <ip>:9092
>
> At least that looks like it should work. Rename "k" to whatever you want as
> it's mostly a way to keep a flat map going for hierarchical config.
>
> On 11 April 2017 at 03:38, Mario Copperfield <xwhfcen...@gmail.com> wrote:
>
> > 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!
> >
> > --
> > Best regards,
> > Amuro Copperfield
> >
>
>
>
> --
> Matt Sicker <boa...@gmail.com
---------------------------------------------------------------------
To unsubscribe, e-mail: log4j-user-unsubscr...@logging.apache.org
For additional commands, e-mail: log4j-user-h...@logging.apache.org

Reply via email to