mercredi 10 février 2016

Disable Log::info in production using Laravel

I assumed that by default the Log::info calls wouldn't log in production, but they are still coming in.

Im setting production using my .env file

APP_ENV=production
APP_DEBUG=false

Ive tried these commands as well, but no luck

composer dump-autoload
php artisan cache:clear
php artisan optimize

Am i missing something?



via Chebli Mohamed

Aucun commentaire:

Enregistrer un commentaire