From 58d1f5cd59a4d2b003a65d84c0a6f2af9178dd1e Mon Sep 17 00:00:00 2001 From: Tanner Collin Date: Tue, 18 Oct 2022 23:32:31 -0600 Subject: [PATCH] Add logging to sheet label --- main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/main.py b/main.py index 2b49f15..55dd55d 100755 --- a/main.py +++ b/main.py @@ -259,6 +259,8 @@ def print_sheet_label(name, contact): d = d.astimezone(TIMEZONE_CALGARY) return d.strftime('%b %-d, %Y') + logging.info('Printing sheet label for: %s, contact: %s', name, contact) + name_size = 85 contact_size = 65 date_size = 65