I used fn:trace in code and I made sure it is not optimized away. Saw the trace msg in the gui. But when doing it via the http server only the standard request info is shown in the log
18:05:49.234 0:0:0:0:0:0:0:1:50364 admin 200 REQUEST 1463.52 ms
18:05:49.235 0:0:0:0:0:0:0:1:50364 admin 200 0.32 ms
The docs say that trace is sent to stderr, isn't that logged?
Is there a way to turn the logging volume for http server logging up a notch or is there some other way to get the trace messages logged?
--
--Marc