diff --git a/thrimshim/thrimshim/main.py b/thrimshim/thrimshim/main.py index 26b8c31..c0a1e21 100644 --- a/thrimshim/thrimshim/main.py +++ b/thrimshim/thrimshim/main.py @@ -89,6 +89,7 @@ def get_row(ident): else value ) for key, value in response.items() } + logging.info('Row {} fetched'.format(ident)) return json.dumps(response) def update_row(ident, new_row):