Renames the error log file to error_log.txt and adds a way to transmit the error logs from clients to the server.
Description
Renames the error log file to error_log.txt and adds a way to transmit the error logs from clients to the server. Currently should_report_error_log is set to False. This can be set to True to test the feature for now, and in the future we will want to add a way to configure this for each site.
On the server, the error log is simply printed, but future PRs will modify this to save the error log in the proper place.
Types of changes
[x] Non-breaking change (fix or new feature that would not break existing functionality).
[ ] Breaking change (fix or new feature that would cause existing functionality to change).
[ ] New tests added to cover the changes.
[ ] Quick tests passed locally by running ./runtest.sh.
Renames the error log file to error_log.txt and adds a way to transmit the error logs from clients to the server.
Description
Renames the error log file to error_log.txt and adds a way to transmit the error logs from clients to the server. Currently should_report_error_log is set to False. This can be set to True to test the feature for now, and in the future we will want to add a way to configure this for each site.
On the server, the error log is simply printed, but future PRs will modify this to save the error log in the proper place.
Types of changes
./runtest.sh
.