Page 1 of 1

SYSLOG logging

Posted: Thu Jun 18, 2015 1:04 am
by rick51
Hi there,

Any plans for syslog logging?

We use a SOC and they can monitor our logs for any prod system.

Outputing the logs to syslog would be great, but if not I'll have to work on parsing the flat log files.

Cheers

Rick

Re: SYSLOG logging

Posted: Tue Jun 23, 2015 2:20 am
by FTP
OK, you can use "Execute Program" or "Lua Script" on the event manager. For the lua script, you can write such Lua script:

os.execute("logger -t foobar 'xxx' ")

And if you want to insert the server variables into the log messages, you can check out this help document: https://www.wftpserver.com/help/ftpserv ... iables.htm