I want to send some log messages out to a remote log server, and change the facility on them to a configured value so the log server can tell more easily that they came from my hardware. That is, all logs coming out of my machine are, say, local3, regardless of their original facility.
Can I do this with vanilla syslogd on FreeBSD, or using some other implementation?