From 134b671d55cec9a776037eaf53c9595f928f8ae1 Mon Sep 17 00:00:00 2001
From: davide.cucurnia@vola.it <davide.cucurnia@vola.it>
Date: Mon, 05 Feb 2024 12:24:44 +0100
Subject: [PATCH] Corretta risposta xml non valida

---
 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