What is the method for turning on traces on the WPs in Automic Automation Kubernetes Edition (AAKE)?
The documentation shows an example of the ae-properties configmap and points out the AUTOMIC_TRACE_TRC03 environment variable which turns on the TRC03 trace flag in the WPs.
If you would like to turn on something like a tcp/ip=2 and database=4 trace, you would edit the ae-properties configmap and add the lines:
data:
AUTOMIC_TRACE_TCPIP: "2"
AUTOMIC_TRACE_DATABASE: "4"