Skip to content

expose socket exception in logs#71

Merged
nekufa merged 1 commit intobasis-company:mainfrom
ro0NL:patch-1
Mar 14, 2024
Merged

expose socket exception in logs#71
nekufa merged 1 commit intobasis-company:mainfrom
ro0NL:patch-1

Conversation

@ro0NL
Copy link
Copy Markdown
Contributor

@ro0NL ro0NL commented Mar 12, 2024

makes sure stack trace is available in logs

Comment thread src/Connection.php
private function processException(Throwable $e)
{
$this->logger?->error($e->getMessage());
$this->logger?->error($e->getMessage(), ['exception' => $e]);
Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@nekufa nekufa merged commit 968e34f into basis-company:main Mar 14, 2024
@ro0NL ro0NL deleted the patch-1 branch March 14, 2024 10:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants