1
0
mirror of https://github.com/invoiceninja/invoiceninja.git synced 2024-09-20 08:21:34 +02:00

Add new "expanded_loggin" option

This commit is contained in:
Benjamin Beganović 2020-12-24 17:01:14 +01:00
parent 4a68842b62
commit a399e4da70

View File

@ -136,4 +136,5 @@ return [
'base_path' => resource_path('views/pdf-designs/'),
],
'log_pdf_html' => env('LOG_PDF_HTML', false),
'expanded_logging' => env('EXPANDED_LOGGING', false),
];