commit
This commit is contained in:
parent
5e0c1349bb
commit
141c87984a
|
|
@ -56,7 +56,7 @@ class WebsocketLogger extends Logger implements MessageComponentInterface
|
||||||
|
|
||||||
$appId = $connection->client->appId ?? 'Unknown app id';
|
$appId = $connection->client->appId ?? 'Unknown app id';
|
||||||
|
|
||||||
$message = "{$appId}: exception `{$exceptionClass}` thrown: `{$exception->getMessage()}`";
|
$message = "{$appId}: exception `{$exceptionClass}` thrown: `{$exception->getMessage()}`.";
|
||||||
|
|
||||||
if ($this->verbose) {
|
if ($this->verbose) {
|
||||||
$message .= $exception->getTraceAsString();
|
$message .= $exception->getTraceAsString();
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue