I have a FreeBSD 7.1-RELEASE with rsyslog central logging. Until the central server is reacheable I get error messages on the console saying something like:
I would like to send these messages to a logfile but I have not been managed to do so even if I have only
in my /usr/local/etc/rsyslog.conf rsyslog configuration.
What makes these messages keep appearing on the console? Am I missing something in the config?
Thanks for the replies!
Code:
[127.0.0.1]:52045 to [127.0.0.1]:514 tcpflags 0x2<SYN>; tcp_input: Connection attempt to closed port
I would like to send these messages to a logfile but I have not been managed to do so even if I have only
Code:
*.* /var/log/messages
What makes these messages keep appearing on the console? Am I missing something in the config?
Thanks for the replies!