Adding logOutputFile: '/dev/null' (#1371)

* Adding `logOutputFile: '/dev/null'`

See https://github.com/dompdf/dompdf/issues/2810#issuecomment-1070927239 for the reason and https://github.com/dompdf/dompdf/issues/1709#issuecomment-466717959 for the solution

* Change `logOutputFile` to `''`
This commit is contained in:
Thomas Landauer
2022-03-30 13:34:59 +02:00
committed by GitHub
parent 42daffee82
commit 7068560715
@@ -1,3 +1,4 @@
nucleos_dompdf:
defaults:
chroot: '%kernel.project_dir%/public/assets' # See https://github.com/dompdf/dompdf/wiki/Usage#security-restrictions-for-local-files
logOutputFile: '' # Prevent creating `/tmp/log.htm` which causes problems in some server configurations