File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1717 |
1818 */
1919
20- 'default ' => env ('LOG_CHANNEL ' , 'stack ' ),
20+ 'default ' => env ('LOG_CHANNEL ' , 'daily ' ),
2121
2222 /*
2323 |--------------------------------------------------------------------------
5858
5959 'single ' => [
6060 'driver ' => 'single ' ,
61- 'path ' => storage_path ('logs/laravel .log ' ),
61+ 'path ' => base_path ('logs/app .log ' ),
6262 'level ' => env ('LOG_LEVEL ' , 'debug ' ),
6363 'replace_placeholders ' => true ,
6464 ],
6565
6666 'daily ' => [
6767 'driver ' => 'daily ' ,
68- 'path ' => storage_path ('logs/laravel .log ' ),
68+ 'path ' => base_path ('logs/app .log ' ),
6969 'level ' => env ('LOG_LEVEL ' , 'debug ' ),
70- 'days ' => env ('LOG_DAILY_DAYS ' , 14 ),
70+ 'days ' => env ('LOG_DAILY_DAYS ' , 30 ),
7171 'replace_placeholders ' => true ,
7272 ],
7373
122122 ],
123123
124124 'emergency ' => [
125- 'path ' => storage_path ('logs/laravel .log ' ),
125+ 'path ' => base_path ('logs/app .log ' ),
126126 ],
127127 ],
128128];
You can’t perform that action at this time.
0 commit comments