add new "invoiceninja" logging channel

This commit is contained in:
Benjamin Beganović 2020-12-24 17:01:24 +01:00
parent a399e4da70
commit 10745e9e07

View File

@ -99,6 +99,11 @@ return [
'emergency' => [
'path' => storage_path('logs/laravel.log'),
],
'invoiceninja' => [
'driver' => 'single',
'path' => storage_path('logs/invoiceninja.log'),
],
],
];