From 72e18376d42d0313f6fb72c6940cd2095bc2d352 Mon Sep 17 00:00:00 2001
From: davide.cucurnia@vola.it <davide.cucurnia@vola.it>
Date: Thu, 27 Jun 2024 12:53:34 +0200
Subject: [PATCH] migration 2

---
 config/logging.php |    8 ++++++++
 1 files changed, 8 insertions(+), 0 deletions(-)

diff --git a/config/logging.php b/config/logging.php
index 1013aa9..0de560b 100644
--- a/config/logging.php
+++ b/config/logging.php
@@ -67,6 +67,14 @@
             'days' => 15,
         ],
 
+        'requests' => [
+            'driver' => 'daily',
+            'path' => storage_path('logs/requests.log'),
+            'level' => env('LOG_LEVEL', 'debug'),
+            'days' => 14,
+        ],
+
+
         'requests_failed' => [
             'driver' => 'daily',
             'path' => storage_path('logs/requests_KO.log'),

--
Gitblit v1.8.0