My colleague stumbled on a controversial information when looking at ENABLE_SOROBAN_DIAGNOSTIC_EVENTS param here:
https://github.com/stellar/stellar-core/blob/40a02cf03d603b013a7dc5c956af8c1cba4f5f96/src/main/Config.h#L566
... The default value is false, and this should not be enabled on validators.
Does it mean that we can enable this options on our validator nodes, but it will result in higher resources utilization? Or we shouldn't enable it under any circumstances because our nodes will fall out of consensus?
We heavily rely on diagnostic events internally.