Re: Regex as filter param value

2010-04-16 Thread Curt Arnold
On Apr 16, 2010, at 8:57 AM, Mohan.Radhakrishnan wrote: > > I need a filter that uses regex in log4j.xml. > > The XML validation complains. CDATA is understood by log4j ? > > param name="Expression" > value="^[]+)>(.+?)" log4j uses the current default parser provided by

Regex as filter param value

2010-04-16 Thread Mohan.Radhakrishnan
I need a filter that uses regex in log4j.xml. The XML validation complains. CDATA is understood by log4j ? param name="Expression" value="^[]+)>(.+?)" -- View this message in context: http://old.nabble.com/Regex-as-filter-param-value-tp28267219p28267219.html Sent from

RE: Regarding log4j.xml

2010-04-16 Thread Baskaradoss, B - SPLXM
If I enable that debug. Will I get logs related to log4j? Because we use daily rolling appender and it is not working properly. Sometimes it roll up and sometimes it doesn't roll up. Need to track the issue. Regards, Balaji KLM Royal Dutch Airlines, Amsterdam. Mob - +31 645209010 -Original M

Re: Regarding log4j.xml

2010-04-16 Thread Curt Arnold
On Apr 16, 2010, at 7:03 AM, Baskaradoss, B - SPLXM wrote: > Hi All, > > > > I've attached my part of log4j.xml file below, Can any one explain me > what does that debug="false" mean in first line below? > > Setting it to true would enable log4j's internal logging to the console, false is

Regarding log4j.xml

2010-04-16 Thread Baskaradoss, B - SPLXM
Hi All, I've attached my part of log4j.xml file below, Can any one explain me what does that debug="false" mean in first line below? http://jakarta.apache.org/log4j/"; debug="false">