eirslett / frontend-maven-plugin

"Maven-node-grunt-gulp-npm-node-plugin to end all maven-node-grunt-gulp-npm-plugins." A Maven plugin that downloads/installs Node and NPM locally, runs NPM install, Grunt, Gulp and/or Karma.
Apache License 2.0
4.2k stars 868 forks source link

Refining logging level for OS command calls #1147

Open yorlov opened 1 month ago

yorlov commented 1 month ago

Dear maintainers,

I have been utilizing this library for integration within my environment (private fork sbt-frontend). I came across a minor yet irksome issue related to the logging of operating system commands. When the workflow runs seamlessly, the logs are not of particular interest to me. However, in the event of an error, I would greatly appreciate the ability to access detailed information regarding the problem.

Currently, all logs are written at the INFO level which means I have to sift through a significant amount of "noise" in the logs when all is well, just to ensure I will have available error messages in case of issues arising.

I have submitted a pull request addressing this specific issue and would appreciate if you could kindly review it. Thank you in advance for your time and consideration.