Accidently set log storage to wrong place

This commit is contained in:
BackwardsUser 2025-03-25 02:05:33 -04:00
parent 3d43706e4e
commit 3c04ee69f4

View File

@ -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',
], ],