Syslog Format Changes after Upgrade to Gateway 11.1.2
search cancel

Syslog Format Changes after Upgrade to Gateway 11.1.2

book

Article ID: 434238

calendar_today

Updated On:

Products

CA API Gateway

Issue/Introduction

After upgrade from Gateway 11.0 to 11.1.2, customer is observing additional half-width space before "com.l7tech.traffic" .

2026-02-17T23:59:56.575+0900 INFO    508 com.l7tech.traffic:....<omission>

 

In 11.0 there is no extra half-width space before "com.l7tech.traffic"

2026-02-19T04:04:07.121+0900 INFO    259  com.l7tech.traffic:...<omission>

Environment

API Gateway 11.1.2

Resolution

WORK-AROUND

Engineering has recommended the same resolution that is outlined in KB article 408632.

To apply the fix, add the following line to the file located at /opt/SecureSpan/Gateway/node/default/etc/conf/ssglog.properties:

sink.format.STANDARD =%2$s %3$s: %4$s

Note: Please remove the quotation marks (") when adding the entry.

------------------

Issue will be fixed in future release of Gateway.