diff --git a/api-customer/src/controllers/telemetryController.py b/api-customer/src/controllers/telemetryController.py index fefe32c3..6772e60b 100644 --- a/api-customer/src/controllers/telemetryController.py +++ b/api-customer/src/controllers/telemetryController.py @@ -48,6 +48,7 @@ class TelemetryController: start_time=start_timestamp, end_time=end_timestamp ) + logger.log_info(f"Returned {len(results)} results ") return jsonify({"success" : True, "data" : results}), 200 except Exception as e: logger.log_info(e)