RE: Chainsaw with CustomSQLDBReceiver fo oracle

2005-03-17 Thread Scott Deboy
If you can post your table schema and what you have for an 'sql' parameter and we can figure it out. Scott There are a number of limitations described in the JavaDoc: http://cvs.apache.org/viewcvs.cgi/logging-log4j/src/java/org/apache/log4j/db/CustomSQLDBReceiver.java?rev=1.3&view=markup - You

Can ConversionPatterns for PatternLayout Layout of a FileAppender be switched during execution?

2005-03-17 Thread Jim Cramer
I need to use FileAppender to log a program's messages to a single file. During execution of the program, I would like to change the ConversionPattern for the PatternLayout standard layout, so that the logged messages format changes. I would like to know if this can be done and how? My underst

Re: SyslogAppender, -r option on unix syslog daemon

2005-03-17 Thread Curt Arnold
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 sce

RE: logging not working

2005-03-17 Thread Russell Reeves
Hi Todd, When I run the .bat file that uses the api I get this from log4j: --- log4j:WARN No appenders could be found for logger (bf.cbm.util.io.Loader). log4j:WARN Please initialize the log4j system properly. --- This seems unrelated since it's not bf.tools.extractor.maps.EZReadMap

RE: logging not working

2005-03-17 Thread Bradley, Todd
> So... why doesn't the bf.tool.extractor.maps.EZReadMap Logger > work? What do you mean by "doesn't work"? Do you get no output at all? Or do you get an exception? Or do you get the wrong output? What happens if you remove the config file altogether? Do you get a log4j error message to

logging not working

2005-03-17 Thread Russell Reeves
Hi, I've inherited the logging responsibilities for a large API and the existing log4j calls are not working. Here's the init: private static transient Logger logger = Logger.getLogger(EZReadMap.class.getName()); EZReadMap is in: package bf.tool.extractor.maps; So, I expect the name of the lo

RE: SyslogAppender, -r option on unix syslog daemon

2005-03-17 Thread Pramodh Peddi
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 -

RE: RollingFileAppender

2005-03-17 Thread Jason Roscoe
What will this give me? I downloaded this and added usr/bin/wbin to my windows path variable and that didn't help anything -Original Message- From: James Stauffer [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 16, 2005 3:56 PM To: Log4J Users List Subject: Re: RollingFileAppender Anot

Re: SyslogAppender, -r option on unix syslog daemon

2005-03-17 Thread Doug Clifton
The linux default for syslogd is to NOT allow remote logging (only on-machine logging). As I remember, Solaris allows it by default, and other Unices default different ways. For any machine that you need to remote log to, it would normally be set up as a logging machine and your linux admin wo