AMBW-47325 [[Regression][Maven] Maven Goal parameters shows extra log… #749
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
****What's this Pull request about?
Executiong of bwdesign with import, validate, gen_diagrams, generate_maifest_json commands were
generating extra logs compared to earlier releases.
The logs were generated by different eclipse internal plugins, which are not required in console.
The requirement is to maintain logs as in 6.8 release and remove or filterout the unwanted logs from console.
****Which Issue(s) this Pull Request will fix?
This will remove excess logs being introdueced for bwdesign commands import, validate, gen_diagrams, generate_maifest_json commands.
Maintain the logs output for the commands mentioned above to 6.80 release.
****Does this pull request maintain backward compatibility?
Yes, this is to maintain the log generation to 6.80 release.
****How this pull request has been tested?
The logs are generated by various external plugins. A system logger is added, which is used in the mojo class.
The logger will filter out logs generated by external plugins and also many of the parameters passed to the
bwdesing commands were also printed to console, cluttering the console. These are also filtered out.
Followed the test instructions given in the JIRA ticket.
Executed the commands mentioned in the ticket and compared the log generated to reference 6.80 logs.