[Logo] Terracotta Discussion Forums
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
[Expert]
quart INFO logs nextFireTime: null has fired on  XML
Forum Index -> Quartz
Author Message
Dckc

master

Joined: 09/08/2010 09:00:39
Messages: 59
Offline

Hi all,

I have upgraded quart to 2.2.0 from 2.0.1 and I am getting the following info logs .

Code:
Mar 28, 2012 9:42:42 AM org.terracotta.quartz.LogWrapperFactory$Slf4jImpl info
 INFO: Tracking Trigger 'DEFAULT.MyTrigger201311556':  triggerClass: 'org.quartz.impl.triggers.SimpleTriggerImpl calendar: 'null' misfireInstruction: 0 nextFireTime: null has fired on ClientID[59]-1332860761094
 


is there something wrong with this logs, why are they being displayed in this new version.

Thank you

Regards
jhouse

seraphim
[Avatar]
Joined: 11/06/2009 15:29:56
Messages: 1654
Offline


This logging should probably be at DEBUG or even TRACE level.

It is not reporting anything "wrong".
Dckc

master

Joined: 09/08/2010 09:00:39
Messages: 59
Offline

Thanks for your answer.

That was what I presumed, how can we hide these logs, we dont want to have them in production, it is messing up the log file.:)

Regards
jhouse

seraphim
[Avatar]
Joined: 11/06/2009 15:29:56
Messages: 1654
Offline


For now you will have to configure your logging properties to ignore that logger / set the log level up to WARN or something.

A fix has been committed to trunk that moves the log level to TRACE, but that won't be released for some time.
 
Forum Index -> Quartz
Go to:   
Powered by JForum 2.1.7 © JForum Team