We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9caad61 commit 170c10bCopy full SHA for 170c10b
examples/bootstrap.php
@@ -57,7 +57,7 @@ function logger(): LoggerInterface
57
public function log($level, $message, array $context = []): void
58
{
59
if (!empty($context)) {
60
- $contextString = json_encode($context, \JSON_PRETTY_PRINT | \JSON_UNESCAPED_SLASHES);
+ $contextString = json_encode($context, \JSON_UNESCAPED_SLASHES);
61
$message .= ': '.$contextString;
62
}
63
0 commit comments