From 832191478e654191f8bf8143fb0e97e2ab0d6d93 Mon Sep 17 00:00:00 2001 From: Gulshan Bhatia Date: Mon, 22 Apr 2024 15:19:45 -0700 Subject: [PATCH] correct struct log for ack_insuf_data Signed-off-by: Gulshan Bhatia --- numalogic/udfs/tools.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/numalogic/udfs/tools.py b/numalogic/udfs/tools.py index b5541db4..83075f59 100644 --- a/numalogic/udfs/tools.py +++ b/numalogic/udfs/tools.py @@ -295,7 +295,7 @@ def ack_insufficient_data(self, key: KEYS, uuid: str, train_records: int) -> boo key=key, ) return False - _struct_log.debug("Acknowledging insufficient data for the key", uuid, key) + _struct_log.debug("Acknowledging insufficient data for the key", uuid=uuid, key=key) return True def ack_read(