stevegrunwell / lost-in-translation

Uncover missing translations and localization strings in Laravel applications.
https://stevegrunwell.com/blog/find-missing-laravel-translations/
MIT License
36 stars 8 forks source link

Log is being written to both the default Laravel log and lost-in-translation.log #1

Open stevegrunwell opened 6 years ago

stevegrunwell commented 6 years ago

When installed in a Laravel 5.5 app, executing the test suite is putting the same message in both storage/laravel.log and storage/lost-in-translation.log — ideally, it should only be sent to the latter.