Skip to content

Commit ba5f6a7

Browse files
committed
Add note about log files.
1 parent 326dccd commit ba5f6a7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

upgrade.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ Update your `app/lang/en/reminders.php` language file to match [this updated fil
5252

5353
For security reasons, URL domains may no longer be used to detect your application environment. These values are easily spoofable and allow attackers to modify the environment for a request. You should convert your environment detection to use machine host names (`hostname` command on Mac & Ubuntu).
5454

55+
### Simpler Log Files
56+
57+
Laravel now generates a single log file: `app/storage/logs/laravel.log`. However, you may still configure this behavior in your `app/start/global.php` file.
58+
5559
### Removing Redirect Trailing Slash
5660

5761
In your `bootstrap/start.php` file, remove the call to `$app->redirectIfTrailingSlash()`. This method is no longer needed as this functionality is now handled by the `.htaccess` file included with the framework.

0 commit comments

Comments
 (0)