add new "invoiceninja" logging channel
This commit is contained in:
parent
a399e4da70
commit
10745e9e07
|
|
@ -99,6 +99,11 @@ return [
|
|||
'emergency' => [
|
||||
'path' => storage_path('logs/laravel.log'),
|
||||
],
|
||||
|
||||
'invoiceninja' => [
|
||||
'driver' => 'single',
|
||||
'path' => storage_path('logs/invoiceninja.log'),
|
||||
],
|
||||
],
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Reference in New Issue