Level 70
@elenktik Does it work for you?
Log::info('This is a log message');
Then use --verbose during running the test.
php artisan test --filter=SomeSpecialTest --verbose
1 like
Summer Sale! All accounts are 50% off this week.
I run my tests sometimes on console like sail test --filter=SomeSpecialTest. I would like to see the logs that are created by the Log::info(..) facade directly on terminal. Is this possible?
Please or to participate in this conversation.