nova-logs
nova-logs copied to clipboard
Log Context not viewable
How would one see the Log Context when logging like this?
Log::info("Hello World", [ 'value' => 'X' ]);
```
Same here, context not shown.
Found a tweak, and because this was planned for Exception context viewing, maybe this is the expected behaviour.
If you insert a new line and include in the message itself, it will recognize it as exception (Since exception will append a new line and include the exception as object)
Log::info('asd ' . PHP_EOL . '{"some": "json"}')