Re: Hide *.jar

2015-06-30 Thread Jochen Wiedmann
: Mailing list bounced my email. Forwarded Message Subject: Re: Hide *.jar Date: Mon, 29 Jun 2015 12:16:34 -0400 From: Emi Lu em...@encs.concordia.ca mailto:em...@encs.concordia.ca Reply-To: em...@encs.concordia.ca mailto:em...@encs.concordia.ca To: log4j-user

Hide *.jar

2015-06-29 Thread Emi Lu
Hello List, May I know how to hide the following *.jar info please? at org.hibernate.exception.internal.SQLStateConversionDelegate.convert(SQLStateConversionDelegate.java:123) ~[hibernate-core-4.3.8.Final.jar:4.3.8.Final] at

Re: Hide *.jar

2015-06-29 Thread Ralph Goers
This is an excerpt from a stack trace. Assuming it is coming from a log message (you don’t actually have enough below to know for sure), then to filter specific packages from the stack trace you would need to use the filters keyword on the rEx or xEx converters in the PatternLayout. If you

Re: Hide *.jar

2015-06-29 Thread Emi Lu
This is an excerpt from a stack trace. Assuming it is coming from a log message (you don’t actually have enough below to know for sure), then to filter specific packages from the stack trace you would need to use the filters keyword on the rEx or xEx converters in the PatternLayout. If you

Re: Hide *.jar

2015-06-29 Thread Gary Gregory
Some possible alternatives: Are you sure you do not want to simply turn off logging from a specific logger. You could also not log the source of stack frame at all. This would apply to all stack traces if you do this in the pattern. Gary On Mon, Jun 29, 2015 at 8:45 AM, Emi Lu

Re: Hide *.jar

2015-06-29 Thread Ralph Goers
Subject: Re: Hide *.jar Date: Mon, 29 Jun 2015 12:16:34 -0400 From: Emi Lu em...@encs.concordia.ca mailto:em...@encs.concordia.ca Reply-To: em...@encs.concordia.ca mailto:em...@encs.concordia.ca To: log4j-user@logging.apache.org mailto:log4j-user@logging.apache.org On 06/29

Re: Hide *.jar

2015-06-29 Thread Ralph Goers
Can you post the full output of the log event? Ralph On Jun 29, 2015, at 8:45 AM, Emi Lu em...@encs.concordia.ca wrote: This is an excerpt from a stack trace. Assuming it is coming from a log message (you don’t actually have enough below to know for sure), then to filter specific

Re: Hide *.jar

2015-06-29 Thread Emi Lu
it, is this the main difference between xEx vs. rEx? Thanks again. On Jun 29, 2015, at 9:19 AM, Emi Lu em...@encs.concordia.ca wrote: Mailing list bounced my email. Forwarded Message Subject:Re: Hide *.jar Date: Mon, 29 Jun 2015 12:16:34 -0400 From: Emi Lu em

Re: Hide *.jar

2015-06-29 Thread Gary Gregory
, 2015, at 9:19 AM, Emi Lu em...@encs.concordia.ca wrote: Mailing list bounced my email. Forwarded Message Subject: Re: Hide *.jar Date: Mon, 29 Jun 2015 12:16:34 -0400 From: Emi Lu em...@encs.concordia.ca mailto:em...@encs.concordia.ca Reply-To: em