Please note: As my earlier mail to the list got bounced, I have marked a
copy to you individually.
Sorry for that.
Hi,
I have following questions related to Unix Syslog Appender.
1. I have the following log4j properties file for my web based application,
wherein I have 3 appenders.
The first 2 a
Subject: RE: unix syslog question
Hi,
What happened when you try this? (Without modifying syslog.conf)
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Zhu, Caizhi [mailto:[EMAIL PROTECTED]]
>Sent: Monday, August 12, 2002 11:35 AM
>To: 'Log4J Users Lis
Hi,
What happened when you try this? (Without modifying syslog.conf)
Yoav Shapira
Millennium ChemInformatics
>-Original Message-
>From: Zhu, Caizhi [mailto:[EMAIL PROTECTED]]
>Sent: Monday, August 12, 2002 11:35 AM
>To: 'Log4J Users List'
>Subject: unix
Hi all,
Has anyone worked with log4j syslog on unix? It hasn't worked for me. This
is the config file snipet I use:
Hi,
1. login root user
2. edit file at /etc/rc/init.d/syslog
case "$1" in
start)
echo -n "Starting system logger: "
# we don't want the MARK ticks
daemon syslogd -m 0 -r
3. /etc/rc/init.d/syslog restart
On Thu, 17 May 2001 10:11:19 -0700
Rob Wygand <[EMAIL PROTECTE
Hello,
You have probably forgotten the -r option when starting syslogd. Ceki
At 10:11 17.05.2001 -0700, you wrote:
>Hi,
>
>I am trying to configure Log4J to log to Syslog. I've tried using both programatic
>and configuration file techniques. Below is my simple syslog test program. It fails
Hi,
I am trying to configure Log4J to log to Syslog. I've tried using both
programatic and configuration file techniques. Below is my simple syslog
test program. It fails to log with an IOException: Connection refused.
I am running syslogd, and, in fact, I can run "logger This is a test"
and