HI!
Because I want to try to read the telnet relevant information for syslog purpose
Therefore vi / etc / syslog-ng / syslog-ng.conf as
source test {
file ("/ var / log / xinetd.log");
};
destination test {file ("/ var / log / test.log");};
log {source (test); destination (test);};
Should be expected to produce test.log has been not automatically generated, so would like to ask you experts, what do I have neglected it?
Thanks
Bookmarks