Re: What is the best way to get all JSON params in custom Interceptor to log them all in a custom logger ?

2017-04-06 Thread Christoph Nenning
> > > > > do so in your interceptor it is not available anymore to your actions > > > (or > > > > > struts json interceptor) so you must rewrite them, too. > > > > > > > > > > Regards, > > > > > Christoph > > >

Re: What is the best way to get all JSON params in custom Interceptor to log them all in a custom logger ?

2017-03-26 Thread Snowball RC
gt; > Regards, > > > > Christoph > > > > > > > > > > > > > > > > > From: "Snowball RC" > > > > > To: , > > > > > Date: 23.03.2017 11:28 > > > > > Subject: What is the best

Re: What is the best way to get all JSON params in custom Interceptor to log them all in a custom logger ?

2017-03-23 Thread Snowball RC
not available anymore to your actions > (or > > > struts json interceptor) so you must rewrite them, too. > > > > > > Regards, > > > Christoph > > > > > > > > > > > > > From: "Snowball RC" > > > > To:

Re: What is the best way to get all JSON params in custom Interceptor to log them all in a custom logger ?

2017-03-23 Thread Christoph Nenning
ards, > > Christoph > > > > > > > > > From: "Snowball RC" > > > To: , > > > Date: 23.03.2017 11:28 > > > Subject: What is the best way to get all JSON params in custom > > > Interceptor to log them all in a custom l

Re: What is the best way to get all JSON params in custom Interceptor to log them all in a custom logger ?

2017-03-23 Thread Snowball RC
hristoph > > > > > From: "Snowball RC" > > To: , > > Date: 23.03.2017 11:28 > > Subject: What is the best way to get all JSON params in custom > > Interceptor to log them all in a custom logger ? > > > > Hi, > > > > I am trying

Re: What is the best way to get all JSON params in custom Interceptor to log them all in a custom logger ?

2017-03-23 Thread Christoph Nenning
to get all JSON params in custom > Interceptor to log them all in a custom logger ? > > Hi, > > I am trying to implement a custom Interceptor to have a global > custom "security" logger in my web app. > > The target is to log all the datas sended to the server during

What is the best way to get all JSON params in custom Interceptor to log them all in a custom logger ?

2017-03-23 Thread Snowball RC
Hi, I am trying to implement a custom Interceptor to have a global custom "security" logger in my web app. The target is to log all the datas sended to the server during update, save, delete etc... to have a custom logger for security reasons. In case of GET and POST (query strin

RE: Logger

2008-12-31 Thread Rajil
: Wednesday, December 31, 2008 6:57 PM To: Struts Users Mailing List Subject: Re: Logger try to add this line log4j.logger.org.apache.struts=INFO, A1 just after log4j.rootLogger=DEBUG, A1 good luck 2008/12/31 Rajil > Here is my log4j. > > The thing is I want debug messages from my own

Re: Logger

2008-12-31 Thread David Canos
try to add this line log4j.logger.org.apache.struts=INFO, A1 just after log4j.rootLogger=DEBUG, A1 good luck 2008/12/31 Rajil > Here is my log4j. > > The thing is I want debug messages from my own class but want to stop all > struts specific logger. > > > # Set root logg

RE: Logger

2008-12-31 Thread Rajil
Here is my log4j. The thing is I want debug messages from my own class but want to stop all struts specific logger. # Set root logger level to DEBUG and its only appender to A1. log4j.rootLogger=DEBUG, A1 # A1 is set to be a ConsoleAppender. log4j.appender.A1

Re: Logger

2008-12-31 Thread David Canos
can you paste your log4j.properties ?? 2008/12/31 Rajil > Hi all; > > > > Can anybody suggest a way to stop all struts specific logs included in my > log file?? > > > > I am using struts2.1.2, jdk1.5, tomcat5.5 and log4j. > > > > > > [http-8055-Processor25] > > com.opensymphony.xwork2.util.loggi

Logger

2008-12-31 Thread Rajil
Hi all; Can anybody suggest a way to stop all struts specific logs included in my log file?? I am using struts2.1.2, jdk1.5, tomcat5.5 and log4j. [http-8055-Processor25] com.opensymphony.xwork2.util.logging.commons.CommonsLogger.debug(CommonsLogg er.java:58) - Creating an DefaultActi

Tomcat logger class

2006-10-27 Thread Ping Yu
People in the list, What is the name of the logger class in Tomcat? Is it org.aparche.catalina, or something else? Thank you! I have a path called /movieEditActions in the struts.xml, but I didn't have corresponding webpage to it. When I request it, an exception happens,

Re: [OT] Re: log4j:WARN No appenders could be found for logger.

2005-10-10 Thread Manfred Wolff
is the initial log: > >log4j:WARN No appenders could be found for logger >(org.apache.commons.digester.Digester). >log4j:WARN Please initialize the log4j system properly. >Starting service Tomcat-Standalone >Apache Tomcat/4.1.30 >2005-10-10 16:40:50,539 INFO [

Re: [OT] Re: log4j:WARN No appenders could be found for logger.

2005-10-10 Thread Deep Chand
Even if it is a warning why do I see that...what's wrong with the configurationand i waited for like 30 seconds it keeps on printing somethingbelow is the initial log: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester). log4j:WARN Please initi

[OT] Re: log4j:WARN No appenders could be found for logger.

2005-10-10 Thread Dave Newton
Marked [OT] because... it's OT. Deep Chand wrote: I'm trying to use Log4J for logging. I get the following error during start up: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester) log4j:WARN Please initialize the log4j system properly. Tha

log4j:WARN No appenders could be found for logger.

2005-10-10 Thread Deep Chand
Hi, I'm trying to use Log4J for logging. I get the following error during start up: log4j:WARN No appenders could be found for logger (org.apache.commons.digester.Digester) log4j:WARN Please initialize the log4j system properly. After that it goes in some sort of loop. No idea what it is mi