Build/dev emoji logging improved. Restored old plain lines, using intentionally different emoji than the main package.

This commit is contained in:
2026-09-18 17:36:17 +00:00
parent c7577e9ff7
commit c869783b0b
2 changed files with 11 additions and 15 deletions
+1 -1
View File
@@ -133,7 +133,7 @@ async def ready(url: str, path: str = "", max_attempts: int = 50) -> None:
for attempt in range(max_attempts):
if await http_get_server(f"{url}{path}", timeout=1.0) is not None:
logger.info(" Backend ready!")
logger.info("🟢 Backend ready!")
return
if attempt == max_attempts - 1:
logger.error("Backend at %s didn't start in time", url)