mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 23:44:30 -04:00
Add new "expanded_loggin" option
This commit is contained in:
parent
4a68842b62
commit
a399e4da70
@ -136,4 +136,5 @@ return [
|
|||||||
'base_path' => resource_path('views/pdf-designs/'),
|
'base_path' => resource_path('views/pdf-designs/'),
|
||||||
],
|
],
|
||||||
'log_pdf_html' => env('LOG_PDF_HTML', false),
|
'log_pdf_html' => env('LOG_PDF_HTML', false),
|
||||||
|
'expanded_logging' => env('EXPANDED_LOGGING', false),
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user