fix(logging): update Telepagos log path to include date directory
This commit is contained in:
@@ -75,7 +75,7 @@ return [
|
||||
|
||||
'telepagos' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/telepagos.log'),
|
||||
'path' => storage_path('logs/telepagos/telepagos.log'),
|
||||
'level' => env('TELEPAGOS_LOG_LEVEL', 'info'),
|
||||
'days' => env('TELEPAGOS_LOG_DAYS', 30),
|
||||
'replace_placeholders' => true,
|
||||
|
||||
Reference in New Issue
Block a user