From db162f3a3e0451e580de3b943a9612e08fc3b2c8 Mon Sep 17 00:00:00 2001 From: ford-at-aws Date: Wed, 7 Feb 2024 11:32:57 -0500 Subject: [PATCH] log detail --- .../cloudwatch-logs/scenarios/large-query/cloudwatch_query.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py b/python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py index 08d259ac5c3..84390fdc99a 100644 --- a/python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py +++ b/python/example_code/cloudwatch-logs/scenarios/large-query/cloudwatch_query.py @@ -97,7 +97,8 @@ def _find_most_recent_log(self, logs): """ Search a list of log items and return most recent log entry. :param logs: A list of logs to analyze. - :return: + :return: log + :type :return List containing log item details """ most_recent_log = None most_recent_date = "1970-01-01 00:00:00.000"