#Forward pail level=error to email in production
4 messages · Page 1 of 1 (latest)
That's not what Pail is for, it's to monitor error logs live. If you want to collect error logs you'd just use logging; https://laravel.com/docs/10.x/logging
Ah ok. Is Pail build for locally development or production?
The docs mention just a normal install (not with the --dev flag), so it'd be usable in production as well