add check orders log

This commit is contained in:
paoloar77
2024-07-08 14:41:21 +02:00
parent 0b6e5f1af3
commit 4fc12d3e96
2 changed files with 15 additions and 1 deletions

View File

@@ -112,6 +112,12 @@ return [
'level' => 'info',
'days' => 30,
],
'checkorders' => [
'driver' => 'daily',
'path' => storage_path('logs/checkorders.log'),
'level' => 'info',
'days' => 30,
],
'updateproductsused' => [
'driver' => 'daily',
'path' => storage_path('logs/updateproductsused/update.log'),