What's the best way to set the default log level for the AWI in an AAKE system? Note that I'm not referring to Configuring the Log Level in AWI. I'm referring to the default log level used when the AWI first starts.
In a non-Kubernetes system, one could do this by modifying logback.xml. However, it is not straightforward to modify files in the AWI image in AAKE systems. In at least two places (1, 2), the documentation states:
However, the linked documentation page Configuring Container-Based Systems does not mention log levels at all.
Is there a way to set the default AWI log level using only environment variables?
See also my earlier discussion, Configure AWI via environment variables.