Skip to content

Commit

Permalink
update (#377)
Browse files Browse the repository at this point in the history
  • Loading branch information
xinlili-statsig authored Dec 12, 2024
1 parent 7756934 commit 19bfea9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion statsig/statsig_network.py
Original file line number Diff line number Diff line change
Expand Up @@ -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."
)
Expand Down

0 comments on commit 19bfea9

Please sign in to comment.