Question
null byte at the end of syslog lines
Hi,
I'm sending firewall logs via syslog to a server, where I process data and save it to a local database, but after the update from 6.2.7 to 6.2.8, I see that all lines ends with null byte unicode "u\0000" as if null was used as a separator instead of new line which prevent the script I'm using from transforming data, how can I fix this ?