Replies: 2 comments 1 reply
-
|
@freekmurze any chance this request could be considered? I would really really like to be able to print all incoming ray messages to a log file |
Beta Was this translation helpful? Give feedback.
1 reply
-
|
Actually that's a good idea when complex apps needs bigger log on proper text editors, for example |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
On many occasions Ray is crashing after receiving too much content it seems. When I launch it again I have no way to look at all that's been missed while Ray was crashed. I have no way to look at the history at all. It would be nice to have the option to also log all incoming Ray messages to a simple log file in the
ray.phpoptions file.Of course I know I can create my own wrapper around Ray to do this but I've taken the habit of just adding a lot of
ray()call throughout my Laravel project(s) and it would be nice if a more robust log was available while performance continues to be improved to lessen the crashing problem.Beta Was this translation helpful? Give feedback.
All reactions