fix(logging): update Telepagos log path to include date directory

This commit is contained in:
2026-08-19 13:40:40 -03:00
parent d6574bfd0d
commit 15878cd9ba
2 changed files with 2 additions and 2 deletions

View File

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