channel neworders
This commit is contained in:
@@ -106,6 +106,12 @@ return [
|
||||
'level' => 'info',
|
||||
'days' => 30,
|
||||
],
|
||||
'neworders' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/neworders/orders.log'),
|
||||
'level' => 'info',
|
||||
'days' => 30,
|
||||
],
|
||||
'updateproductsused' => [
|
||||
'driver' => 'daily',
|
||||
'path' => storage_path('logs/updateproductsused/update.log'),
|
||||
|
||||
Reference in New Issue
Block a user