-
Notifications
You must be signed in to change notification settings - Fork 310
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Command logging #821
Comments
Can you tell me a little bit more about what you're trying to accomplish? The If you're trying to capture sessions, I'd probably use something like script -c ./vendor/bin/psysh session.log
# do some stuff, then exit
cat session.log |
I want to log every command input in Tinker shell. Real time logging, directly into laravel.log. Actually, I've managed to do it by creating custom function like this.
|
Is it possible to add config rules to add logging functionality for input/output?
Right now I'm working on Laravel project, we use a lot of tinker in production environment.
It would be great if it's possible to log all the input from our usage.
Sadlmy I can't find any tutorials/reference to do this right now.
The text was updated successfully, but these errors were encountered: