The CA Gateway solution records logs in the following files.
/var/log/pods/cagw_cagw-application-<pod>/cagw-application/0.logThese logs can be browsed:
- Using the Grafana console, as explained in Browsing log files with Grafana.
- Using an external SIEM server, as explained in Browsing logs with a SIEM.
See below for a reference of each log field.
See below for sample logs.
Enrollment start
{ "time": "2026-07-14T13:52:09Z", "level": "info", "logger": "com.entrust.adminservices.cagw.preprocess.observation.SpanLoggingInterceptor", "component": "EnrollmentApiController", "service": "cagw", "span-id": "e25e1536d9b54195", "trace-id": "873b2ff8", "msg": "CertificatesEnroll.Start"}Enrollment success
{ "time": "2026-07-14T13:52:18Z", "level": "info", "logger": "com.entrust.adminservices.cagw.preprocess.observation.SpanLoggingInterceptor", "component": "EnrollmentApiController", "elapsed-time": "9.024", "service": "cagw", "span-id": "e25e1536d9b54195", "start-date": "2026-07-14T13:52:09.009Z", "trace-id": "873b2ff8", "msg": "CertificatesEnroll.Done"}Failed certificate find operation
{ "error": { "code": "cagw-4016", "message": "Could not find certificate", "details": [] }}