From 10745e9e07dd15ad1e44106318bedaaa8aac9674 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Benjamin=20Beganovi=C4=87?= Date: Thu, 24 Dec 2020 17:01:24 +0100 Subject: [PATCH] add new "invoiceninja" logging channel --- config/logging.php | 5 +++++ 1 file changed, 5 insertions(+) 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'), + ], ], ];