From 19bfea9416e5a0f63e1a8550d8bae0afb0edb97b Mon Sep 17 00:00:00 2001 From: Xin Li <137219293+xinlili-statsig@users.noreply.github.com> Date: Wed, 11 Dec 2024 17:45:38 -0800 Subject: [PATCH] update (#377) --- statsig/statsig_network.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/statsig/statsig_network.py b/statsig/statsig_network.py index ad227d2..a315553 100644 --- a/statsig/statsig_network.py +++ b/statsig/statsig_network.py @@ -42,7 +42,7 @@ def start_backup(self): if self._background_job is not None and self._background_job.is_alive(): return self.started = True - globals.logger.error( + globals.logger.warning( f"gRPC streaming falling back to polling for {self._name}. " "Please check if the gRPC server is running and ensure the correct server address is configured." )