From 24347ef6b8337e75caff59295f677b58096bc4fb Mon Sep 17 00:00:00 2001
From: davide.cucurnia@vola.it <davide.cucurnia@vola.it>
Date: Thu, 01 Feb 2024 16:27:56 +0100
Subject: [PATCH] gestione keysite e parametri, config nell'env

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