Advertisement

06.23.2008 at 04:18PM PDT, ID: 23509435
[x]
Attachment Details

How to turn off logging to console

Asked by srikanthradix in J2EE, Java Programming Language

Tags: Apache, Log4j, logging

My log4j.properties file look like this:

log4j.rootLogger=INFO, R1,R2,R3,R4,R5

# ***** R is set to be a RollingFileAppender.
log4j.appender.R1=org.apache.log4j.RollingFileAppender
log4j.appender.R1.File=/../debug.log
log4j.appender.R1.threshold=DEBUG
# ***** Max file size is set to 1000KB
log4j.appender.R1.MaxFileSize=1000KB
# ***** Keep one backup file
log4j.appender.R1.MaxBackupIndex=1
# ***** R uses PatternLayout.
log4j.appender.R1.layout=..
log4j.appender.R1.layout.ConversionPattern=..

same to info, warn, fatal and so on.

I never specified Console Appender, But still it is writing to the console, How to turn off the console logging?Start Free Trial
[+][-]06.23.2008 at 05:07PM PDT, ID: 21851494

View this solution now by starting your 7-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

 

About this solution

Zones: J2EE, Java Programming Language
Tags: Apache, Log4j, logging
Sign Up Now!
Solution Provided By: objects
Participating Experts: 1
Solution Grade: B
 
 
[+][-]06.23.2008 at 05:09PM PDT, ID: 21851507

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]06.24.2008 at 09:10AM PDT, ID: 21857322

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628