i'm trying, logback, send logging messages in remote syslog, using tcp, , conforming rfc 5424.
as far understand, logback default's syslog appender handles udp. far i've found logback-syslog4j library on github handles tcp. doesn't seem configurable enough send rfc 5424 compliant messages.
is there configuration / library overlooked, or should code own implementation?
after few days of research, best conclusion should use log4j 2 instead.
indeed, 2 features looking (tcp , rfc 5424), patch has already been proposed... 6 years ago! has never been integrated master. (also, tried gather more info on dev mailing list, never reply yet.)
on other hand, log4j 2 has those features; , far can see, community seems reactive.
Comments
Post a Comment