Skip to content

Commit f93407d

Browse files
committed
improve startup logging
1 parent 10a8f74 commit f93407d

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

giskard/commands/cli_server.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,7 @@ def wait_backend_ready(port: int, host="localhost", is_cli=True, wait_sec=3 * 60
116116
logger.info("Waiting for Giskard Hub backend to be ready...")
117117
time.sleep(backoff_time)
118118

119-
if is_cli:
120-
click.echo(".")
121-
else:
122-
logger.info("Hub backend is ready")
119+
click.echo(".")
123120
return up
124121

125122

0 commit comments

Comments
 (0)