Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Minor
-
Resolution: Fixed
-
Affects Version/s: 1.0
-
Fix Version/s: 1.1
-
Component/s: Report / Mojo
-
Labels:None
-
Environment:scmchangelog 1.0
Description
While analyzing scm log messages scmchangelog plug-in unnecessarily produces a log message per scm log entry at what I think is too high, INFO, level. These log messages maybe would be interesting while debugging, but not in normal use of plug-in. Since Java Logging API is being used, I propose these messages to be logged at most at FINE level. Attached is a patch which makes necessary changes.
Side note: Maven plugins should not use JDK logging but the mojo/plexus logger injected by Maven. Otherwise, plugins bypass the logging configuration of Maven.