Disabling the Progress Bar in Scan Logs - Unified Agent
Issue Description:
When running any build pipeline, the progress bar may fill up the log with one line for every time the progress increments, and in some build servers (e.g. Jenkins, TeamCity) this will cause very large log files.
Example of the print:
[INFO] | [####################### ] 70% - 307 of 436 files
What should I do?
To disable such prints, add the following command to the Unified Agent configuration file:
showProgressBar=false