This commit is contained in:
Marcel Pociot
2022-03-04 12:05:28 +01:00
parent 117424cf0e
commit 3cc290998d
3 changed files with 58 additions and 4 deletions

View File

@@ -186,9 +186,9 @@ class Client
$host = $this->configuration->host();
$this->logger->info($data->message);
$this->logger->info("Local-Port:\t\t{$port}");
$this->logger->info("Shared-Port:\t\t{$data->shared_port}");
$this->logger->info("Expose-URL:\t\ttcp://{$host}:{$data->shared_port}.");
$this->logger->info("Local-Port:\t\t<options=bold>{$port}</>");
$this->logger->info("Shared-Port:\t\t<options=bold>{$data->shared_port}</>");
$this->logger->info("Expose-URL:\t\t<options=bold>tcp://{$host}:{$data->shared_port}</>");
$this->logger->line('');
$deferred->resolve($data);