It is possible to change Logger level of EMA, for example from LoggerSeverity::Success to LoggerSeverity::Warning, programmatically during execution?
Suppose that I have, when the EMA Consumer start, the logger configurated in the EmaConfig.xml as below:
LoggerSeverity value="LoggerSeverity::Success"/>
Can be changed after the start?
Thank you.