Filippo Bertilotti
2 days ago 162198bf15d81fd5ce95c91b88eb3f3c88459f8a
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'),