buda-base / asset-manager

Asset Manager and audit tool
The Unlicense
0 stars 0 forks source link

Put all logs under the --log_dir directory #173

Closed jimk-bdrc closed 2 years ago

jimk-bdrc commented 2 years ago

fixes #171

Formerly, audit tool would only put the work run logs in the directory given by the -l/--log_dir flag. The detail, summary, and test result logs would still go into ~/audit-test-logs.

With this change, all logs will go under the -l directory (the summary and details will still go into subdirectories log/ and csv/)

Note the diagnostic log file is not included in this arrangement. It will be placed exactly where the -D DiagnosticFileName places it.

jimk-bdrc commented 2 years ago

Merging into v10_beta