SYSLOG logging

Post here if you have some suggestions or you want to request a new feature.
Post Reply
rick51
Posts: 1
Joined: Thu Jun 18, 2015 1:03 am

SYSLOG logging

Post 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
FTP
Site Admin
Posts: 2072
Joined: Tue Sep 29, 2009 6:09 am

Re: SYSLOG logging

Post 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
Post Reply