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