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.
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.
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.