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.
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 subdirectorieslog/
andcsv/
)Note the diagnostic log file is not included in this arrangement. It will be placed exactly where the
-D DiagnosticFileName
places it.