Skip to content

Commit

Permalink
log start and end times in process_results
Browse files Browse the repository at this point in the history
  • Loading branch information
dantheta committed Mar 10, 2022
1 parent 9b07da9 commit 8ef195f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions backend/process_results.php
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@
'debug' => true
));

echo "Start: " . date('Y-m-d H:i:s');

$q = $conn->query("select isp_reports.id as report_id, results.status, results.created, results.network_name
from isp_reports
inner join contacts on contact_id = contacts.id
Expand Down Expand Up @@ -81,3 +83,4 @@
}


echo "End: " . date('Y-m-d H:i:s');

0 comments on commit 8ef195f

Please sign in to comment.