Ray missing arguments that laravel logs show when calling Log::* #668
outofcontrol
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Description
The output in Ray, when using Log::debug (or any thing) is missing the arguments that appears in Laravel logs.
Versions
Ray version: 2.0.1
PHP version: 8.0.1
Laravel version (if applicable): 8.80.0
To Reproduce
web.php
TestController.php
.env
storage/logs/laravel-2022-03-24.log
Output in Ray
Expected behavior
In the above example, I would expect to see the email address and name arguments that appear in the Laravel log. It is quite possible this is the expected behaviour and I am asking too much?
Desktop (please complete the following information):
Additional context
Looking at NullDriver::__invoke, the output in the log file is correct, showing $arguments, but this is missing from Ray.
Beta Was this translation helpful? Give feedback.
All reactions