davide.cucurnia@vola.it
2024-02-01 24347ef6b8337e75caff59295f677b58096bc4fb
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'),