The length of the WAF log file seems to be limited to 1075 characters. Above 1075 characters the lines are truncated and continued on a newline.
Is there a way to increase this limit ?
This thread was automatically locked due to age.
Michel, I would urge you to get a ticket opened with Sophos Support if you have a paid license. In any case, you might want to check to see if there is a suggestion you can vote for and comment on in Ideas - or make one yourself.
Cheers - Bob
I think this a limitation of the underlying syslog protocol that WAF uses for logging. Each log message must be 1024 characters or less, longer log messages must be split. The syslog daemon than adds a timestamp and other stuff when it writes the log message to the log file, which results in the maximum 1075 characters per log line in reverseproxy.log that you see.