Created
May 21, 2016 22:27
-
-
Save santoshachari/377c2ac101a9fc038dac6d802f359c5f to your computer and use it in GitHub Desktop.
Revisions
-
santoshachari revised this gist
May 21, 2016 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,4 +1,5 @@ Logging is done in two places: 1. storage/logs/laravel.log 2. /var/log/nginx/error.log -
santoshachari created this gist
May 21, 2016 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,14 @@ Logging is done in two places: 1. storage/logs/laravel.log 2. /var/log/nginx/error.log Clear logs with: ``` > laravel.log sudo bash -c '>error.log' #for nginx ``` Clear cache with ``` php artisan cache:clear ```