[ https://issues.jenkins-ci.org/browse/JENKINS-12913?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=162227#comment-162227 ]
pickgr1 commented on JENKINS-12913: ----------------------------------- Here's a quick patch for this. I'd really like this to be picked up and a new release of the plugin created I'm not sure if I can do this myself? {noformat} diff --git a/src/main/java/hudson/plugins/accurev/ParseChangeLog.java b/src/main/java/hudson/plugins/accurev/ParseChangeLog.java index 8a24386..05df79e 100644 --- a/src/main/java/hudson/plugins/accurev/ParseChangeLog.java +++ b/src/main/java/hudson/plugins/accurev/ParseChangeLog.java @@ -55,7 +55,6 @@ class ParseChangeLog extends ChangeLogParser { throw new IOException2(e); } - logger.info("transactions size = " + transactions.size()); return new AccurevChangeLogSet(build, transactions); } {noformat} > Unnecessary logging in hudson.plugins.accurev.ParseChangeLog > ------------------------------------------------------------ > > Key: JENKINS-12913 > URL: https://issues.jenkins-ci.org/browse/JENKINS-12913 > Project: Jenkins > Issue Type: Bug > Components: accurev > Affects Versions: current > Reporter: pickgr1 > Assignee: Scott Tatum > > Our jenkins logs fill up with the following: > Feb 27, 2012 7:13:22 PM hudson.plugins.accurev.ParseChangeLog parse > INFO: transactions size = 1 > It's not particularly useful - perhaps it was left on inadvertantly. -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.jenkins-ci.org/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira