Skip to content

Omit the -quiet CLI arg when SECURE_LOG_LEVEL=debug

James Liu requested to merge jliu-remove-quiet-on-debug-level into master

What does this MR do?

When the user has enabled debug logging by setting the SECURE_LOG_LEVEL env var to debug, the -quiet CLI option is omitted from the Spotbugs args list. This may provide more detailed and useful logging out of Spotbugs.

What are the relevant issue numbers?

Does this MR meet the acceptance criteria?

Edited by Lucas Charles

Merge request reports