Are you aware that the name attribute corresponds to the package hierarchy of what should be logged? Do you have any classes under the test.log package, that should do some logging?
Otherwise try something like name="com.caucho" or name="" -------- Original Message -------- Subject: [Resin-interest] Resin logging -> Syslog From: Charanbeer Singh <[EMAIL PROTECTED]> To: [email protected] Date: 2007-10-10 23:26 > I have tried to setup Resin (3.1.2) to log to syslog on RHEL 4 without > success so far. > > resin.conf > > <log name="test.log" level="all"> > <handler resin:type="com.caucho.log.SyslogHandler "> > <facility>local4</facility> > <severity>debug</severity> > </handler> > </log> > > /etc/syslog.conf contains: > > local4.* > /var/log/messages > > I do not see any message in /var/log/messages while starting/stopping > resin. Could anyone please suggest what is wrong. > > Thanks, > Charan > > > ------------------------------------------------------------------------ > > _______________________________________________ > resin-interest mailing list > [email protected] > http://maillist.caucho.com/mailman/listinfo/resin-interest >
_______________________________________________ resin-interest mailing list [email protected] http://maillist.caucho.com/mailman/listinfo/resin-interest
