Top "Logback" questions

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

ch.qos.logback.core.util.DynamicClassLoadingException: Failed to instantiate type ch.qos.logback.classic.net.SMTPAppender

I have the following logback.xml in my spring-boot application: <?xml version="1.0" encoding="UTF-8" ?> <configuration> <…

java logging smtp logback appender
Custom logback appender throws

As I have to log into a custom (single) DB table, I wrote a custom logback appender extending the logback …

logback appender
How to set logback configuration file at runtime?

I would like to have a logback.xml file for production and another one with different parameters on my staging …

java logging logback apache-commons-config
How to make java.util.logging send logs to Logback?

I'm working on an app that logs using the slf4j api: import org.slf4j.Logger; import org.slf4…

java logback java.util.logging
How to put log file in user home directory in portable way in logback?

I would like to put log file into user home directory. How to do that in portable way, i.e. …

java logging logback portability
Error using Logback Marker in FileAppender

I have started exploring Logback option for our application. One of the requirement is to create a separate log file …

java logback marker fileappender
Logback SMTPAppender not sending email

I am attempting to use Logback for logging in my java application. I believe I have it correctly configured, but …

java email maven logback smtpappender
logback logging with maven-jetty-plugin

I want to use logback logging with maven-jetty-plugin. Apparently, the system property logback.configurationFile is read after maven-jetty-plugin is started …

maven jetty logback maven-jetty-plugin
What's wrong with my logback syslog appender?

I'm trying to get a logback syslog appender working, and I've definitely got something misconfigured. I've created a small sample …

java logback syslog
Update logback configuratioin without redeploy

Idea is to make an ability to change logback configuration without redeploy. Slf4j and logback are used in project. …

java properties logback redeploy