@robinsteuteville wrote up my thoughts on logging here
In FASTSim 2 we had logging set up with the log crate and pyo3_log bridge, but Chad removed it when porting to FASTSim 3 due to an apparent performance cost. It would be good to experiment with this again in FASTSim 3 (maybe using the tracing crate?) and see what we can do, and if the measured performance cost takes a toll.
@robinsteuteville wrote up my thoughts on logging here
In FASTSim 2 we had logging set up with the
logcrate andpyo3_logbridge, but Chad removed it when porting to FASTSim 3 due to an apparent performance cost. It would be good to experiment with this again in FASTSim 3 (maybe using thetracingcrate?) and see what we can do, and if the measured performance cost takes a toll.