Siju George(sgeorge...@gmail.com) on 2010.03.23 20:09:19 +0530:
> It is getting logged to /var/log/messages :-(
> I wish I could get it logged to a specific file for further analysis

you can set the syslog faciliy on the sending (fortigate) side:

config log syslogd setting
  set facility local0 

and then configure syslogd on openbsd to log local0 to some other file:

  local0.debug                 /var/log/fortigate

Or use syslog-ng from ports to seperate the messages.

/Benno

Reply via email to