Accidently set log storage to wrong place
This commit is contained in:
parent
3d43706e4e
commit
3c04ee69f4
@ -129,7 +129,7 @@ return [
|
|||||||
|
|
||||||
'api' => [
|
'api' => [
|
||||||
'driver' => 'single',
|
'driver' => 'single',
|
||||||
'path' => storage_path('storage/api.log'),
|
'path' => storage_path('logs/api.log'),
|
||||||
'level' => 'debug',
|
'level' => 'debug',
|
||||||
],
|
],
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user