From ebf6bbfcf5eeaa7ff55287a1050dd3fe5c706302 Mon Sep 17 00:00:00 2001
From: davide.cucurnia@vola.it <davide.cucurnia@vola.it>
Date: Tue, 25 Jun 2024 10:01:07 +0200
Subject: [PATCH] migration e inizializzazione

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