Skip to content

Commit 2329291

Browse files
err -> info
1 parent a5b4745 commit 2329291

File tree

1 file changed

+2
-2
lines changed
  • impls/python-protocolv2/src/testservice

1 file changed

+2
-2
lines changed

impls/python-protocolv2/src/testservice/client.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ async def read_from_stdin() -> AsyncGenerator[tuple[str, Any], None]:
8585

8686

8787
async def process_commands(static_actions: list[dict[Any, Any]] | None) -> None:
88-
logging.error("start python river client")
88+
logging.info("start python river client")
8989
uri = f"ws://{RIVER_SERVER}:{PORT}"
90-
logging.error(
90+
logging.info(
9191
"Heartbeat: %d ms, Heartbeats to dead: %d, Session disconnect grace: %d ms",
9292
HEARTBEAT_MS,
9393
HEARTBEATS_UNTIL_DEAD,

0 commit comments

Comments
 (0)