Tagged Questions
Modern logging facility for Java-based programs with many new features when compared to Log4J and java.util.logging.
68
votes
8answers
4k views
What's Up with Logging in Java?
Why one would use one of the following packages instead of the other?
Java Logging
Commons Logging
Log4j
SLF4j
Logback
32
votes
8answers
7k views
Should new projects use logback instead of log4j? [closed]
Should new projects use logback instead of log4j as a logging framework ?
Or with other words :'Is logback better than log4j (leaving the SLF4J-'feature' of logback beside)?'
26
votes
5answers
11k views
log4j vs logback
We are using log4j behind a selfmade wrapper. We plan to use much more features of it now.
Should we update to logback ?
(I mean the framework not a facade like SLF4J)
20
votes
3answers
14k views
Logging framework incompatibility
I'm building a small Java app and hoping to use logback for logging.
My app has a dependency on an older project that does its logging via
org.apache.commons | ...
17
votes
2answers
3k views
Best practices for using Markers in SLF4J/Logback
We are using SLF4J+Logback combination at our project for a while now and are quite happy with it, but our logging strategy is fairly simple, using straightforward class based loggers and no fancy ...
8
votes
2answers
112 views
Java: MentaLog logging library performance and feedback
I've stumbled over a new logging library called MentaLog. The name is weird but it looks like there are some interesting features not supported by log4j/logback, like zero-allocation, varargs, filters ...
8
votes
4answers
2k views
How to prevent logback from outputting its own status at the start of every log?
This seems like a carelessness error, but I can't seem to find the cause. Logging with logback/slf4j (most recent version slf4j-api-1.6.1, logback core/classic 0.9.24). Simplest log configuration for ...
7
votes
7answers
2k views
Why calling LoggerFactory.getLogger(…) every time is not recommended?
I've read tons of posts and documents (on this site and elsewhere) pointing that the recommended pattern for SFL4J logging is:
public class MyClass {
final static Logger logger = ...
7
votes
3answers
560 views
log-back and thirdparty writing to stdout. How to stop them getting interleaved
First some background. I have a batch-type java process run from a DOS batch script. All the java logging goes to stdout, and the batch script redirects the stdout to a file. (This is good for me ...
6
votes
1answer
261 views
How to get logging working in scala unit tests with testng, slf4s, and logback
I'm new to Scala, and not that familiar with recent developments in Java, so I am having what I assume is a basic problem.
I'm writing some Scala code, and testing it with test fixtures using ...
6
votes
1answer
2k views
How can I configure Logback to log different levels for a logger to different destinations?
How can I configure Logback to log different levels for a logger to different destinations?
For example, given the following Logback configuration, will Logback record INFO messages to STDOUT and ...
6
votes
3answers
790 views
Log4J - SiftingAppender-like functionality
I work in a project that uses Log4J. One of the requirement is to create a separate log file for each thread; this itself was a odd issue, somewhat sorted by creating a new FileAppender on the fly and ...
5
votes
1answer
109 views
Logback is unable to recognize variable substitution for scanPeriod properties
I am trying to use variable substitution for the scanPeriod property such that i can have multiple environment files.
It seems like Logback is unable to recognize variable substitution for certain ...
5
votes
1answer
139 views
How to use SLF4J to log to two different files based on type of msg..?
i am running a client server program in spring.
i am trying to implement SLF4J + Logback for logging.
Now the thing is my client (which in real life would be a device/sensor) will send me data in ...
5
votes
3answers
181 views
How to handle disk full errors while logging in slf4j?
I am using slf4j+logback for logging in our application. Earlier we were using jcl+log4j and moved recently.
Due to the high amount of logging in our application, there is a chance of disk being full ...
5
votes
1answer
621 views
XML schema or DTD for logback.xml?
I've seen several discussions on the net about how great it would be to have an XML schema or DTD for logback.xml file to have at least the very basic validation and auto-completion in IDEs like IDEA ...
5
votes
2answers
638 views
SLF4J - Logback: How to configure loggers in runtime?
we are using LogBack with our project, I want to configure logger according to some Data Base values, i.e If some DB value is set to true, then logger should use both file and DB appenders, if it's ...
5
votes
2answers
353 views
Any reason for a new project to use log4j instead of Logback?
I know that the common opinion is that Logback > log4j. Still, is there anything log4j does better than Logback? Any reason to use log4j over logback? How about the fact it only has 60 questions on ...
5
votes
2answers
2k views
Logback to log different messages to two files
I am using logback/slf4j to do my logging. I want to parse my log file to analyze some data, so instead of parsing a great big file (mostly consisting of debug statements) I want to have two logger ...
5
votes
1answer
632 views
switch from log4j to logback
I have this code with log4j, I don't use any kind of configuration files
static Logger logger = Logger.getLogger(Application.class);
...
Appender ap = new NTEventLogAppender();
SimpleLayout layout ...
5
votes
4answers
771 views
Logback SMTPAppender Limiting Rate
How can I limit the rate of emails a Logback SMTPAppender, so that it would email me at most once every n minutes?
I have setup my logging according to the Logback appender, but I don't quite see how ...
5
votes
3answers
3k views
Logback tutorial
Where can I find a Logback tutorial and/or sample projects? Something similar with this "Log4j Tutorial" would be nice.
Note: I am aware of the documentation available on the official Logback website
...
5
votes
5answers
977 views
Is there any way to automatically execute JUnit testcases once with all logging enabled and once with all logging disabled to increase code-coverage and find subtle bugs?
I've found a solution, see my own answer below. Does anyone have a more elegant one?
Assume the following class to be tested:
public class Foo {
private final Logger logger = ...
4
votes
1answer
93 views
password redacting logger
Does anyone know of a log4j or logback class that can redact passwords based on a regular expression?
It looks trivial to write one, but just wanted to check if there was one already out there?
...
4
votes
2answers
109 views
Logging levels - Logback - rule-of-thumb to assign log levels
im using logback in my current project.
it offers six levels of logging: TRACE DEBUG INFO WARN ERROR OFF
im looking for a rule of thumb to determine the log level for common activities.
...
4
votes
1answer
103 views
How to sandbox SLF4J
I have a an application (extension) running inside a Smartfox server. Most of you won't know Smartfox, but the setup is like Tomcat. i.e. the extension has its own classloader which loads classes from ...
4
votes
1answer
213 views
Logback Groovy Config to use JMX?
On Logback's documentation, they make putting JMX info into the XML file seem easy:
http://logback.qos.ch/manual/jmxConfig.html
But all their examples are using their XML configuration and I want to ...
4
votes
2answers
1k views
How to package webapp when using slf4j/logback?
I have lots of web applications to build/package, and I would like to share their common libraries.
Regarding logging, I would like to bundle slf4j-api with each application, but consider the ...
4
votes
3answers
1k views
Setting Logback Appender path programmatically
I'm trying to set Logback appender path programmatically. (RollingFileAppender with FixedWindowRollingPolicy to be exact)
I'm doing this because I want to enable my users to set the log path in a ...
4
votes
4answers
2k views
How to roll the log file on startup in logback
I would like to configure logback to do the following.
Log to a file
Roll the file when it reaches 50MB
Only keep 7 days worth of logs
On startup always generate a new file (do a roll)
I have it ...
3
votes
3answers
86 views
Can I use Log4j.xml configuration for SLF4J and Logback?
I have a project using common-logging and log4j, I want to change to use SLF4J + Logback. Is there any way to use existing log4j.xml for Logback?
3
votes
1answer
42 views
Text length limit in logback logging
We are logging the application SOAP requests to the interfaces using the logback.xml configuration file. The SOAP requests are itself generated with the framework Apache CXF.
The configuration is ...
3
votes
1answer
119 views
LOGBACK: No context given for ch.qos.logback.classic.gaffer.ConfigurationDelegate@
I get the above message on the console at the start of program execution, and am unclear how to resolve it. For information, the program is written in Scala, uses the grizzled-slf4j adapter over slf4j ...
3
votes
1answer
178 views
How to use logback in a PlayFramework project
Because of dependencies on a project I am working on developing a web application using the Play!Framework, I have to configure logback to prevent it from flooding my output with DEBUG messages.
But ...
3
votes
1answer
104 views
Is it possible to find logback log files programmatically?
It would be useful to automatically attach log files to support emails. I could set the path programmatically (as in Setting Logback Appender path programmatically), but I'd prefer to let users ...
3
votes
1answer
305 views
How to use MDC with thread pools?
In our software we extensively use MDC to track things like session IDs and user names for web requests. This works fine while running in the original thread. However, there's a lot of things that ...
3
votes
1answer
226 views
Override Logback error output
In my custom exception class I've overridden toString():
@Override
public String toString() {
final String msg = getLocalizedMessage();
// base
String str = getClass().getName() + ": [" ...
3
votes
2answers
256 views
DBAppender - how to change default table names?
is it possibly to change default table names for DBAppender in logback and how can I do it ?
P.S. Browsing sources I found that DBAppender have property implemented DBNameResolver interface for ...
3
votes
4answers
525 views
How to use log4j in my project? Advantages of logback over log4j?
How do I implement and use log4j/logback in my JSP/Servlet project? What is the advantage of using logback over log4j?
3
votes
3answers
2k views
How to change root logging level programmatically
I have the following logback.xml file:
<configuration debug="true">
<appender name="STDOUT" class="ch.qos.logback.core.ConsoleAppender">
<encoder>
...
3
votes
2answers
217 views
Do I need to flush events when shutting down using logback?
We are migrating to logback from log4j for several web apps. In the shutdown of our application we currently call:
org.apache.log4j.LogManager.shutdown();
Which is supposed to flush all async ...
3
votes
7answers
2k views
Suppress all Logback output to console?
How can I configure Logback to suppress all of its output to the console (standard output)? In particular, I wish to suppress (or redirect) Logback's own log messages such as the following:
...
3
votes
3answers
829 views
Does logback support log4j appenders?
Can custom appenders created for log4j (extending AppenderSkeleton) be used with new logback framework? I know that logback comes with its own set of appenders similar to log4j, but is this possible ...
2
votes
1answer
49 views
Logging provided jars by in-project loggers
I would like to ask you a question about logging provided jars.
I have maven application with many dependencies and i need to log it by using logback. I work on jboss 5.1.
Almost everything works ...
2
votes
1answer
59 views
If I get rid of my 'multiple SLF4J Bindings' warning the logging stops working
I've got the following directory structure in tomcat 6:
tomcat
|-lib
| |- logback-classic.jar
| |- logback-core.jar
| |- slf4j-api.jar
| |- myState.jar
|-shared
| |-lib
| | |- ...
2
votes
4answers
103 views
Any reason to use private instead of private final static on the LogBack Logger?
When instantiating Logger in a Spring Controller, is there any reason to declare it as a static final? The Logger is not used outside MyController.class. I've seen both examples in use, but can't see ...
2
votes
1answer
60 views
Any tool to convert log4j.xml to log4j.properties or from log4j.xml to logback.xml
I am shifting from log4j to logback so i need to convert my log4j.xml to logback.xml
2
votes
1answer
145 views
How to configure Logback with java code to set log level?
I want to use default slf4j + logback configuration
except setting "org.springframework.data.document.mongodb" logging level to DEBUG.
How can I do it with java code ?
I'm not using XML, and this ...
2
votes
2answers
1k views
SLF4J + logback + JBoss 7?
Has anyone got SLF4J / logback to work with JBoss 7?
Previously, I was able to get my app to work in JBoss 5.1 by putting my "logback.groovy" in [server]/conf, and the logback core, classic (0.9.28), ...
2
votes
1answer
179 views
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 start the Tomcat 7 right out of my IDE - not much magic here.
In my web app, I use SLF4J ...