Re: Recursive call to appender stackoverflow error

2015-12-11 Thread Priya Ahuja
the log4j-to-slf4j adapter jar and the log4j-slf4j-impl > > jar on the classpath. They will route calls to each other. You need to > > remove one of them. > > > > Sent from my iPhone > > > > > On 2015/12/11, at 10:55, Priya Ahuja <priahuja...@gmail.com

Recursive call to appender stackoverflow error

2015-12-10 Thread Priya Ahuja
.AbstractLogger.isTraceEnabled(AbstractLogger.java:591) Thanks, Priya Ahuja

Suppressing exception trace to exception message only

2015-11-19 Thread Priya Ahuja
Hi, I am using log4jv2.3, I am looking for a way to suppress the exception trace and limit it to exception message only using log4j configuration? Thanks, Priya Ahuja

Re: how to detect logger is unable to write to file?

2015-10-29 Thread Priya Ahuja
I am seeing a similar issue with log4j2, is there any log that contains the error that log4j was not able to write to file? On Thu, Oct 29, 2015 at 3:53 PM, Remko Popma wrote: > What action should the daemon take when its quota is reached? > > Sent from my iPhone > >> On

Re: how to detect logger is unable to write to file?

2015-10-29 Thread Priya Ahuja
The closest I could find was to use -Dlog4j.debug, this will put (configuration) errors with appenders on the console. On Thu, Oct 29, 2015 at 5:17 PM, Ralph Goers <ralph.go...@dslextreme.com> wrote: > Did you specify ignoreException=false? > > Ralph > >> On Oct 29, 2015,

Re: Structured data appearing twice

2015-09-15 Thread Priya Ahuja
am forced to send my message to log4j as structuredDataMessage with empty Map for structured data 2. As a result, the final message gets parsed indexed with two maps, once from the config file and other from the message itself Thanks, Priya Ahuja On Mon, Sep 14, 2015 at 7:57 PM, Gary Gregory

Re: Structured data appearing twice

2015-09-15 Thread Priya Ahuja
my syslog configuration is: On Tue, Sep 15, 2015 at 2:12 PM, Priya Ahuja <priahuja...@gmail.com> wrote: > I have a common logging library integrated with log4j which is being used > by different package

Re: Structured data appearing twice

2015-09-15 Thread Priya Ahuja
red data fields in the log. On Tue, Sep 15, 2015 at 1:00 PM, Ralph Goers <ralph.go...@dslextreme.com> wrote: > Can you describe your use case in a bit more detail? Maybe we can provide > some other ideas on how to resolve it. > > Ralph > > > On Sep 15, 2015, at 12:17 PM, Priya

Custom Markers

2015-09-10 Thread Priya Ahuja
. Is there a better way to filter logs at INFO level? I don't want to introduce a new level. Thanks, Priya Ahuja

Structured data appearing twice

2015-08-04 Thread Priya Ahuja
] *This is a dummy log Any help appreciated. Thanks, Priya Ahuja

Re: Structured data appearing twice

2015-08-04 Thread Priya Ahuja
Hi Gary, I am currently using version 2.1. I have attached the log4j configuration file. Thanks, Priya Ahuja On Tue, Aug 4, 2015 at 12:36 PM, Gary Gregory garydgreg...@gmail.com wrote: Hi Priya, What is your configuration? What version are you using? Gary On Tue, Aug 4, 2015 at 12:30