From 2ebf04af802ec298b69234c36e66cfac3d083682 Mon Sep 17 00:00:00 2001 From: Hiroshi Nishio Date: Thu, 20 Feb 2025 16:27:32 -0800 Subject: [PATCH] . --- utils/timer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/utils/timer.py b/utils/timer.py index 286bf80a..d8dfa3d3 100644 --- a/utils/timer.py +++ b/utils/timer.py @@ -4,6 +4,7 @@ import time logger = logging.getLogger(__name__) +logging.basicConfig(level=logging.INFO) def timer_decorator(func):