mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-09 03:14:30 -04:00
add new "invoiceninja" logging channel
This commit is contained in:
parent
a399e4da70
commit
10745e9e07
@ -99,6 +99,11 @@ return [
|
|||||||
'emergency' => [
|
'emergency' => [
|
||||||
'path' => storage_path('logs/laravel.log'),
|
'path' => storage_path('logs/laravel.log'),
|
||||||
],
|
],
|
||||||
|
|
||||||
|
'invoiceninja' => [
|
||||||
|
'driver' => 'single',
|
||||||
|
'path' => storage_path('logs/invoiceninja.log'),
|
||||||
|
],
|
||||||
],
|
],
|
||||||
|
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user