Skip to content

Commit

Permalink
Shorten info message
Browse files Browse the repository at this point in the history
  • Loading branch information
borzunov committed Jan 9, 2023
1 parent a39e544 commit 59f465f
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/petals/server/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,10 +215,7 @@ def _check_reachability(self, n_retries=10, retry_delay=30):
response = r.json()

if response["success"]:
logger.info(
f"Server is reachable from the Internet. "
f"It will appear at http://health.petals.ml soon, peer_id = {self.dht.peer_id}"
)
logger.info("Server is reachable from the Internet. It will appear at http://health.petals.ml soon")
return

if i < n_retries - 1:
Expand Down

0 comments on commit 59f465f

Please sign in to comment.