I have followed the instruction here: https://docs.zowe.org/stable/user-guide/api-mediation/configuration-logging/#customization-example The only change I made was to `apimlLogPattern`: ```xml <property name="apimlLogPattern" value="%msg%n"/> ``` ```yaml components: gateway: logging: config: /path/to/my/logback.xml ``` I don't see any change in the format of the messages. What's wrong? Zowe 3.2.0 & 3.4.1
I have followed the instruction here:
https://docs.zowe.org/stable/user-guide/api-mediation/configuration-logging/#customization-example
The only change I made was to
apimlLogPattern:I don't see any change in the format of the messages.
What's wrong?
Zowe 3.2.0 & 3.4.1