This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
sosuke.iwabuchi
/
KT-MyPage
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
ログのパーミッション修正
master
sosuke.iwabuchi
2 years ago
parent
c6733a5bf2
commit
d2dd28664c
1 changed files
with
1 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
config/logging.php
+ 1
- 0
config/logging.php
View File
@@ -61,6 +61,7 @@ return [
'driver' => 'single',
'path' => storage_path('logs/laravel.log'),
'level' => env('LOG_LEVEL', 'debug'),
'permission' => 0666,
],
'daily' => [
Write
Preview
Loading…
Cancel
Save