From 4c87ad673545ac321623ff4240ae92749e0cd1b6 Mon Sep 17 00:00:00 2001 From: Mike Lang Date: Fri, 16 Aug 2024 01:18:47 +1000 Subject: [PATCH] Revert "sheetsync: unmapped columns aren't a problem." This reverts commit 5256577d00a7b4cfc9ddccca198912434b5a32d3. --- sheetsync/sheetsync/main.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sheetsync/sheetsync/main.py b/sheetsync/sheetsync/main.py index 5c2a217..7833092 100644 --- a/sheetsync/sheetsync/main.py +++ b/sheetsync/sheetsync/main.py @@ -388,7 +388,7 @@ class SheetSync(object): for col in changed: output = format_output(getattr(event, col)) if column_map[col] is None: - logging.debug("Tried to update sheet for unmapped column {} = {!r}".format(col, output)) + logging.warning("Tried to update sheet for unmapped column {} = {!r}".format(col, output)) continue self.sheets.write_value( self.sheet_id, worksheet,