cisagov / tpt-reports

Process to build and distribute Technical Phishing Test (TPT) reports
Creative Commons Zero v1.0 Universal
4 stars 0 forks source link

Add a more descriptive logging message #43

Closed ameliav closed 12 months ago

ameliav commented 1 year ago

💡 Summary

Add a more descriptive logging message.

Motivation and context

This would be useful because the current logging message is non-descriptive and non-specific and will not be able to be differentiated from other reports generated.

Implementation notes

Example of current logging message: 2023-09-13 16:00:26,354 INFO Report generated successfully. Example of future logging message: 2023-09-13 16:00:26,354 INFO Report [ASSESSMENT_ID] generated successfully to [OUTPUT_DIRECTORY].

Acceptance criteria

How do we know when this work is done?

ameliav commented 1 year ago

I have split issue https://github.com/cisagov/tpt-reports/issues/28 to two parts because the output is not exactly same and the logging message has not yet been decided.