Quantcast

[JIRA] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

classic Classic list List threaded Threaded
9 messages Options
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

JIRA noreply@jenkins-ci.org
Issue Type: Patch Patch
Affects Versions: current
Assignee: Wade C
Components: core, logging
Created: 16/Oct/12 10:30 PM
Description:

I noticed a couple of things when looking at the code for perform() in hudson.tasks.LogRotator, related to the way actions are logged.

1. Removals are logged at the same level (FINER) as notices about builds not to be removed (FINER),
2. Artifact removals are not logged at all.

I was planning to change this:

1. Log all removals as FINE instead of FINER.
2. Log artifact removes as FINE.

Project: Jenkins
Priority: Trivial Trivial
Reporter: Wade C
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

JIRA noreply@jenkins-ci.org
Wade C commented on Patch JENKINS-15540
  • Currently setting up dev environment, going to create pull request.
  • Opened this issue for tracking purposes.
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Wade C commented on Patch JENKINS-15540
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Wade Carpenter
Path:
core/src/main/java/hudson/tasks/LogRotator.java
http://jenkins-ci.org/commit/jenkins/3ae859402002320394829bcdbddf6408a45d0610
Log:
[FIXED JENKINS-15540] Update logging levels in LogRotator

1. Log all removals as FINE instead of FINER.
2. Log artifact removes as FINE.

Affects:
hudson.tasks.LogRotator perform()

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: SCM/JIRA link daemon (30/Oct/12 3:34 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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Olivier Lamy
Path:
core/src/main/java/hudson/tasks/LogRotator.java
http://jenkins-ci.org/commit/jenkins/88503bce4971814455481df1bba13f5d9d987b4e
Log:
Merge pull request #592 from wwade/master

[FIXED JENKINS-15540] Update logging levels in LogRotator

Compare: https://github.com/jenkinsci/jenkins/compare/fcbc0c683e1b...88503bce4971

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org

Code changed in jenkins
User: Olivier Lamy
Path:
changelog.html
http://jenkins-ci.org/commit/jenkins/ff3cf5e1047fff9f0106a1372b9a460b6f08ecd9
Log:
JENKINS-15540 add changelog entry

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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
dogfood commented on Patch JENKINS-15540

Integrated in jenkins_main_trunk #2042
[FIXED JENKINS-15540] Update logging levels in LogRotator (Revision 3ae859402002320394829bcdbddf6408a45d0610)
JENKINS-15540 add changelog entry (Revision ff3cf5e1047fff9f0106a1372b9a460b6f08ecd9)

Result = SUCCESS
wcarpenter : 3ae859402002320394829bcdbddf6408a45d0610
Files :

  • core/src/main/java/hudson/tasks/LogRotator.java

Olivier Lamy : ff3cf5e1047fff9f0106a1372b9a460b6f08ecd9
Files :

  • changelog.html
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
Reply | Threaded
Open this post in threaded view
|  
Report Content as Inappropriate
star

[JIRA] [core] (JENKINS-15540) Update logging levels in LogRotator - hudson.tasks.LogRotator perform

JIRA noreply@jenkins-ci.org
In reply to this post by JIRA noreply@jenkins-ci.org
Change By: Christian Wolfgang (17/Apr/13 12:31 PM)
Component/s: logging
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 [hidden email].
For more options, visit https://groups.google.com/groups/opt_out.
 
 
Loading...