From 04f98608c3b0c8127d0324048b30762d5a114842 Mon Sep 17 00:00:00 2001 From: paoloar77 Date: Thu, 20 Jun 2024 14:51:50 +0200 Subject: [PATCH] channel neworders --- config/logging.php | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/logging.php b/config/logging.php index 86340475..6030c461 100644 --- a/config/logging.php +++ b/config/logging.php @@ -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'),