Hi
syslog-ng have confused me and I couldnot get any information from the web. I think it is your turn now.
I want to setup a ssh logging.
I tried editing syslog-ng/syslog-ng.conf
at the botton of the page I wrote as follows:

#Testing SSH
destination sshd {file ("/var/log/ssh"); };
log {source(src); filter(f_sshd); destination(sshd); };

I don't know what's wrong can someone help me. I am just new
How can I set it up.