[Deploying Sakai] Replacing Log4j with Logback

Seth Theriault slt at columbia.edu
Thu May 30 09:33:43 PDT 2013


On Thu, May 30, 2013 at 12:11 PM, Noah Botimer <botimer at umich.edu> wrote:

> Who's doing log analysis (e.g., Splunk) and would the patterns change enough to disrupt it?

Much like with Log4J, the patterns are configurable.

One more thing: Appenders. If you are using the SocketAppender in
Log4j to send data to logstash or something else over a raw socket,
your life will be harder with Logback. Apparently, Logback's
SocketAppender doesn't quite work the same way so you may have to
resort to syslog format.

Seth


More information about the production mailing list