[FEA] Reduce the noise in tools logs #1416
Labels
core_tools
Scope the core module (scala)
feature request
New feature or request
good first issue
Good for newcomers
usability
track issues related to the Tools's user experience
user_tools
Scope the wrapper module running CSP, QualX, and reports (python)
Is your feature request related to a problem? Please describe.
Tools core logs the path each time it generates a new output file.
This makes the logs very noisy and hard to read; especially with processing hundreds/thousands of eventlogs at a time.
In addition, the QualX module will show warning everytime a file is missing from the output. This renders logging the path by the core useless
Describe the solution you'd like
We should only log once on the directory of the output path. If necessary, log all the file names in one message rather than building one file at a time.
Tasks
The text was updated successfully, but these errors were encountered: