Top "Logback" questions

Modern logging facility for Java-based programs with many new features when compared to Log4J and java.

Logback: use colored output only when logging to a real terminal

In my Logback configuration I have the following lines: <appender name="CONSOLE" class="ch.qos.logback.core.ConsoleAppender"> &…

logback ansi-colors
How to configure logback to skip logging messages from org.package.* with all levels below WARN?

How do I configure logback not to log messages from loggers in package org.package and it's subpackages unless their …

java logging logback
Logback and Jboss 7 - don't work together?

I am having a curious problem. I had this Java application which was previously deployed in tomcat and happily used …

jboss7.x logback
Spring Boot jetty/tomcat embedded access log configuration

I config logback.xml it work perfectly but logback-access.xml not work. in maven pom.xml <dependency> <…

spring logging logback access-log spring-boot
How to configure logback in spring-boot for ANSI color feature?

I have a spring-boot application running on windows. I have added jansi(v1.8) dependency in my project for enabling colour …

spring-boot logback
Class path contains multiple SLF4J bindings error

I get this error when tring to run gradle build i understand it a versions conflict but not sure how …

gradle log4j logback slf4j slf4j-api
Should new projects use logback instead of log4j?

Should new projects use logback instead of log4j as a logging framework ? Or with other words :'Is logback better …

java logging log4j logback
sl4j/logback under weblogic

I'm trying to configure sl4j/logback under Weblogic12. I deploy ear file, which has war file, which has WEB-INF\…

weblogic slf4j logback
Spring boot does not load logback-spring.xml

I have a sample Spring Boot application that uses Logback for logging. So I have logback-spring.xml next to the …

java spring spring-boot logback
Where go my logging files of my webapp on a linux Tomcat 7 installation?

I currently develop a simple web app using Eclipse and a local Tomcat 7 server. I configured Eclipse so I can …

tomcat logging slf4j logback logfile