This commit is contained in:
paoloar77
2024-05-14 23:45:21 +02:00
parent 2ac051eedb
commit 0ce4a72e9d
3 changed files with 12 additions and 4 deletions

View File

@@ -117,6 +117,12 @@ return [
'path' => storage_path('logs/updateproductsqta/updateqta.log'),
'level' => 'info',
'days' => 30,
],
'testpao' => [
'driver' => 'daily',
'path' => storage_path('logs/testpao.log'),
'level' => 'info',
'days' => 30,
],
],