<div>Hi,</div>
<div> </div>
<div>We&#39;re trying to use quartz in order to have some scheluded tasks, and we&#39;re having a problem of jobs concurrency. To see what is happening we want to enable the logging system. Our application is using log4j as the log system.</div>


<div> </div>
<div>So, I installed the version 1.3.1 of the slf4j libraries. The libraries that i copied to the classpath are: slf4j-api.jar and slf4j-log4j12.jar. I decided to use this version because my log4j version is 1.2.9, and newer versions of the slf4j libraries requieres 1.2.12 log4j version or above. So, I configured the log4j to get the logs of this package. This is the part of the config file:</div>


<div> </div>
<blockquote class="gmail_quote" style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">
<div>log4j.appender.QuartzAppender=org.apache.log4j.RollingFileAppender<br>log4j.appender.QuartzAppender.File=E:\\Gas Natural\\Projects\\Lecturas\\40-Codificacion\\Rv2.1.1 ALFA01\\SGLWeb\\Config/log/quartzLogs.log<br>log4j.appender.QuartzAppender.MaxFileSize=1MB<br>

log4j.appender.QuartzAppender.MaxBackupIndex=100<br>log4j.appender.QuartzAppender.layout=org.apache.log4j.PatternLayout<br>log4j.appender.QuartzAppender.layout.ConversionPattern=%p %d{dd MMM yyyy  HH:mm:ss,SSS} %c - %m - %t%n</div>


<div> </div>
<div>log4j.logger.org.quartz=debug,stdout<br>log4j.additivity.org.quartz=false</div></blockquote>
<div> </div>
<div>The appender is working for sure, because I tested it with the package org.apache instead of org.quartz and it worked. I verified the classpath loaded the correct libraries and they are not missing.</div>
<div> </div>
<div>Do you know if I made something wrong?</div>
<div> </div>
<div>Thanks in advance. Ask anything if you need more info.</div>
<div> </div>
<div> </div>