lora-aprs / LoRa_APRS_iGate

This is a LoRa APRS iGate/Digi based on an ESP32
https://www.lora-aprs.info
MIT License
348 stars 112 forks source link

BOM at beginning of syslog messages #232

Open Pacjunk opened 1 year ago

Pacjunk commented 1 year ago

Hi, just a question...

Is there a reason that the logger code adds a BOM (Byte Order Mark - xEFxBBxBF) to the front of syslog messages?. Rsyslog doesn't do anything with this and simply logs the "garbage" characters with the message.

Maybe it was something to do with the dedicated syslog server that is no longer around.

Thanks,

Pacjunk commented 1 year ago

Actually linux utilities seem to strip this out. It's only my log reading software that sees them.