Issue Details (XML | Word | Printable)

Key: MCHANGES-101
Type: Wish Wish
Status: Closed Closed
Resolution: Fixed
Priority: Trivial Trivial
Assignee: Dennis Lundberg
Reporter: Benjamin Bentmann
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Maven 2.x Changes Plugin

Consider changing log outputs to debug

Created: 15/Feb/08 09:45 AM   Updated: 16/Feb/08 09:46 AM
Component/s: jira-report
Affects Version/s: 2.0-beta-3
Fix Version/s: 2.0

Time Tracking:
Not Specified

File Attachments: 1. Text File jira-debug-logs.patch (5 kB)


Patch Submitted: Yes


 Description  « Hide
Log levels are quite controversial but I would like to see some less output from the report generation on the INFO level. Currently, one gets:
[INFO] Generating "JIRA Report" report.
[INFO] JIRA lives at: http://jira.codehaus.org
> I know, that where it was configured in the POM
[INFO] The JIRA URL http://jira.codehaus.org/browse/MJAVACC doesn't include a pid, trying to extract it from JIRA.
> Well, I know this as well
[INFO] Successfully reached JIRA.
> Hopefully
[INFO] Downloading from JIRA at: http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&pid=11216
&statusIds=6&resolutionIds=1&sorter/field=fixVersions&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> Wow, that's a pretty URL to read
[INFO] Downloading from JIRA was successful
> I'm an optimist so I expected that. Better tell me things that suprise me. 
[INFO] The JIRA Report will contain issues only for the current version.
> Cool, it's honoring my configuration again!

As my not so serious comments shall indicate, I consider most of the current INFO ouput quite uninteresting during a regular build. It either reports back the plugin configuration or the expected behavior. Therefore, I personally would be fine with just "Generating "JIRA Report" report".



 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Dennis Lundberg added a comment - 16/Feb/08 09:46 AM
Patch applied with the following modifications.
[INFO] Downloading from JIRA at: http://jira.codehaus.org/secure/IssueNavigator.jspa?view=rss&pid=11216
&statusIds=6&resolutionIds=1&sorter/field=fixVersions&sorter/order=DESC&tempMax=100&reset=true&decorator=none
> This is an aggregated string resulting from all configurations made. I prefer to keep it at info level.
[INFO] The JIRA Report will contain issues only for the current version.
> This configuration can conflict with other configurations, so I want it to be shown to the user.