From 6e897632546f0d1472a6e7ead0f3edc9dad9c48e Mon Sep 17 00:00:00 2001 From: Samuel Georges Date: Sat, 7 Feb 2015 10:30:55 +1100 Subject: [PATCH] `laravel.log` should be renamed to system.log --- UPGRADE.md | 2 -- storage/.gitignore | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/UPGRADE.md b/UPGRADE.md index bc978cb8e..65d7b7b72 100644 --- a/UPGRADE.md +++ b/UPGRADE.md @@ -57,11 +57,9 @@ The following methods have changed: ### Things to do - Custom Exception Handler needs attention -- `laravel.log` should be renamed to system.log - Move storage/cache generated by CMS to storate/cms/cache - Fix clear cache command so it actually works - Fix unit tests - Consider creating a basic Controller since $router conflicts in CmsController, or maybe avoiding conflict rename to $cmsRouter -- Search for `@todo L5` - Dispatcher now native? - Cron queue type now native? \ No newline at end of file diff --git a/storage/.gitignore b/storage/.gitignore index 78eac7b62..a2d9e6f16 100644 --- a/storage/.gitignore +++ b/storage/.gitignore @@ -1 +1,2 @@ +system.log laravel.log \ No newline at end of file