Turning on traces in AAKE
search cancel

Turning on traces in AAKE

book

Article ID: 406365

calendar_today

Updated On:

Products

CA Automic Workload Automation - Automation Engine CA Automic One Automation

Issue/Introduction

What is the method for turning on traces on the WPs in Automic Automation Kubernetes Edition (AAKE)?

Resolution

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"