lucee 5.3.8.206 on tomcat 8.5 i have `<system e...
# lucee
t
lucee 5.3.8.206 on tomcat 8.5 i have
<system err="file:C:/work/www//logs/err.log" out="file:C:/work/www//logs/out.log"/>
the files get created but nothing appears to be written to them for example
dump(var=cgi, output="console");
dumps the scope to tomcat-stdout rather than out.log, is this expected or am I missing something?
apparently I hadnt restarted tomcat enough all working now 🤷