Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log Level should be adjustable on plugin level #25

Closed
blutorange opened this issue Oct 14, 2018 · 1 comment
Closed

Log Level should be adjustable on plugin level #25

blutorange opened this issue Oct 14, 2018 · 1 comment
Labels
enhancement New feature or request

Comments

@blutorange
Copy link
Owner

Issue by zbug
Wednesday Apr 26, 2017 at 06:05 GMT
Originally opened as samaxes#144


Hi,

Could you please add an option to mute or reduce the log output of the minify-maven-plugin?

It currently creates 3 lines of log entries per JS file, e.g.

[INFO] Creating the minified file [Formatter.js].
[INFO] Uncompressed size: 1365 bytes.
[INFO] Compressed size: 526 bytes minified (259 bytes gzipped).

This is a matter of optimisation for us as we slowly lose overview of what's actually relevant in our logs. I do not see, how any of the logged information could be of use when logged for each single file in every single build.

Thanks

@blutorange blutorange added the enhancement New feature or request label Oct 14, 2018
@blutorange
Copy link
Owner Author

Replace the verbose option with a logLevel option. It lets to make the log output less verbose (though not more verbose as it is still logging via maven log).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant