Add logging to sheet label

This commit is contained in:
Tanner Collin 2022-10-18 23:32:31 -06:00
parent 85db447af7
commit 58d1f5cd59

View File

@ -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