[JIRA] [periodic-reincarnation] (JENKINS-22132) Ratchet back PeriodicReincarnation logging or run periodicity

2014-07-17 Thread scm_issue_l...@java.net (JIRA)















































SCM/JIRA link daemon
 resolved  JENKINS-22132 as Fixed


Ratchet back PeriodicReincarnation logging or run periodicity
















Change By:


SCM/JIRA link daemon
(18/Jul/14 6:19 AM)




Status:


Open
Resolved





Resolution:


Fixed



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [periodic-reincarnation] (JENKINS-22132) Ratchet back PeriodicReincarnation logging or run periodicity

2014-07-17 Thread scm_issue_l...@java.net (JIRA)














































SCM/JIRA link daemon
 commented on  JENKINS-22132


Ratchet back PeriodicReincarnation logging or run periodicity















Code changed in jenkins
User: Stefan Brausch
Path:
 pom.xml
 src/main/java/org/jenkinsci/plugins/periodicreincarnation/PeriodicReincarnation.java
http://jenkins-ci.org/commit/periodic-reincarnation-plugin/808198ab360b31dbcd44ce03a071970ec3763078
Log:
  [FIXED JENKINS-22132] Remove spam entries from log file





























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [periodic-reincarnation] (JENKINS-22132) Ratchet back PeriodicReincarnation logging or run periodicity

2014-07-17 Thread stefan.brau...@1und1.de (JIRA)















































Stefan Brausch
 assigned  JENKINS-22132 to Stefan Brausch



Ratchet back PeriodicReincarnation logging or run periodicity
















Change By:


Stefan Brausch
(18/Jul/14 6:18 AM)




Assignee:


Stefan Brausch



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [periodic-reincarnation] (JENKINS-22132) Ratchet back PeriodicReincarnation logging or run periodicity

2014-03-27 Thread danki...@comcast.net (JIRA)














































Daniel Kirkdorffer
 commented on  JENKINS-22132


Ratchet back PeriodicReincarnation logging or run periodicity















Good to know.  Not sure when I can upgrade Jenkins itself though to pick up the improvement.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [periodic-reincarnation] (JENKINS-22132) Ratchet back PeriodicReincarnation logging or run periodicity

2014-03-27 Thread iordan.b...@gmail.com (JIRA)














































Yordan Boev
 commented on  JENKINS-22132


Ratchet back PeriodicReincarnation logging or run periodicity















It is possible now. There was a flaw in the AsyncPeriodicWork class from Jenkins. I have made some changes to it so that classes that extend it can override methods that set logging levels in order to reduce unwanted logging messages. The change is already in the newer versions of Jenkins.
PeriodicReincarnation should just override getNormalLoggingLevel() and getNormalLoggingLevel() from https://github.com/jenkinsci/jenkins/blob/master/core/src/main/java/hudson/model/AsyncPeriodicWork.java in order to stop the "every-minute-spam" in the console. Jenkins version should be at least 1.551 for this to work.



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [periodic-reincarnation] (JENKINS-22132) Ratchet back PeriodicReincarnation logging or run periodicity

2014-03-11 Thread danki...@comcast.net (JIRA)














































Daniel Kirkdorffer
 updated  JENKINS-22132


Ratchet back PeriodicReincarnation logging or run periodicity
















Change By:


Daniel Kirkdorffer
(11/Mar/14 4:49 PM)




Description:


Is it possible to reduce the logging from this plugin?Mar 11, 2014 9:44:13 AM INFO hudson.model.AsyncPeriodicWork$1 runStarted PeriodicReincarnationMar 11, 2014 9:44:13 AM INFO hudson.model.AsyncPeriodicWork$1 runFinished PeriodicReincarnation. 0 msIt runs every minute, producing this log output.If not
 possible
,
 if
 is
 there a way to
 have
 at least configure
 it
 to
 run less often?



























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[JIRA] [periodic-reincarnation] (JENKINS-22132) Ratchet back PeriodicReincarnation logging or run periodicity

2014-03-11 Thread danki...@comcast.net (JIRA)














































Daniel Kirkdorffer
 created  JENKINS-22132


Ratchet back PeriodicReincarnation logging or run periodicity















Issue Type:


Bug



Assignee:


Unassigned


Components:


periodic-reincarnation



Created:


11/Mar/14 4:49 PM



Description:


Is it possible to reduce the logging from this plugin?

Mar 11, 2014 9:44:13 AM INFO hudson.model.AsyncPeriodicWork$1 run
Started PeriodicReincarnation
Mar 11, 2014 9:44:13 AM INFO hudson.model.AsyncPeriodicWork$1 run
Finished PeriodicReincarnation. 0 ms

It runs every minute, producing this log output.

If not, if there a way to have it run less often?




Project:


Jenkins



Priority:


Minor



Reporter:


Daniel Kirkdorffer

























This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators.
For more information on JIRA, see: http://www.atlassian.com/software/jira







-- 
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.