diff --git a/config/logging.php b/config/logging.php index 088c204e2994..ffc7bebb68c4 100644 --- a/config/logging.php +++ b/config/logging.php @@ -99,6 +99,11 @@ return [ 'emergency' => [ 'path' => storage_path('logs/laravel.log'), ], + + 'invoiceninja' => [ + 'driver' => 'single', + 'path' => storage_path('logs/invoiceninja.log'), + ], ], ];