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
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
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
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
> 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
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
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 -
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
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