@jimp:
No, and you really don't want to. So long as you give them each a unique hostname (which you should be doing anyhow), you can filter the logs entries to separate files on the syslog server.
Thanks - I already did the filtering. I'll just put some non-logging block rules up for broadcast and multicast traffic to limit the noise.
By the way, for users googling this thread: To separate logging on rsyslog (in case you're on linux), do this:
:FROMHOST-IP, isequal, "192.168.10.3" /var/log/pfsense/pfsense-01.log
& ~
:FROMHOST-IP, isequal, "192.168.10.4" /var/log/pfsense/pfsense-02.log
& ~
Lars