HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML Forums › Technical questions / Troubleshooting › PD4ML redirects System.err › Reply To: PD4ML redirects System.err
October 31, 2023 at 13:03
#37431
Hi! Right, PD4ML redirects System.err
, but only during particular single actions: by an internal AWT image creation and by parsing SVG and mathML – to suppress non-switchable warnings to avoid log file flooding.
A redirecting of System.err
is not a perfect idea as it impacts the entire JVM for very short time, but since we added the redirect long time ago there we no problem reports from our customers.
It can be disabled by -Dpd4ml.enable.stderr.redirects=false
command line parameter, passed to JVM