On Mar 17, 2005, at 9:35 AM, Pramodh Peddi wrote:
Hi Clifton/All
Thanks for the response. That is useful information.
My Java application's log4J configuration has "localhost" for hostname,
and the application is running right on the linux machine to log to the
local syslog server. Even in this scenario the syslog server should be
started with -r option? This is exactly my scenario.
Strange thing is there are other perl scripts in the same linux machine
logging into local syslog daemon successfully, WITHOUT -r option. Not
sure why messages from Log4J are not reaching the local syslog daemon
Log4j's SyslogAppender does not call the native code implementation of
syslog, but transmits the equivalent UDP packets. Therefore it looks
like a remote logger even on the same machine.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]