Best practices for web apps with log4j2 + SLF4J + JBoss 7

2013-09-09 Thread Xavier Outhier
Hi all, I'm currently working on a multiple web apps product. This product used to be deployed under Tomcat 7 and has to be deployed under JBoss 7. Is there any incompatibility issues (a lot of incompatibilities has been found so far with our prototype for other part like log4j-contrib for

Using configuration file and programatically changing configuration?

2013-08-14 Thread Xavier Outhier
Hi all, the idea is to have to enable the user to change the config from the UI of the web applications (without accessing the server). I would like to know if it is possible to have both a configuration file (automatically reloaded using monitorInterval)  for Log4J2 for the default usage of

Re: Encryption of log

2006-06-14 Thread Xavier Outhier
Jan-Olof Sivtoft wrote: Hi The project Im working with want to encrypt the log file. It also want to use RollingFileAppender. My intention was to extend RollingFileAppender and change the creation of FileOutputStream to ChiperOutputStream and override setFile in FileAppender to do the same and

Missing traces

2005-08-03 Thread Xavier Outhier
Hi, -1 problem in a nutshell I do not see traces, I should see. I have problem, I think, when an exception occurs in the JVM. -2 details about my environment - I'm working on an hybrid application native + java (via JNI, - that's painful no possibility to debug :( ). - using

Need properties files example for multiple output files

2005-08-03 Thread Xavier Outhier
Hi, sorry to ask this newbie question. Could someone sent me or redirect me to a sample of a properties file that will create several output files trace with of course different content. For instance I want to trace ERROR of com.worldcompany.application.base to log_application.base.err DEBUG

Re: Need properties files example for multiple output files

2005-08-03 Thread Xavier Outhier
Xavier Outhier [EMAIL PROTECTED] iemens.comTo log4j-user@logging.apache.org

ChainSaw: How to see File, line, method, class?

2005-07-28 Thread Xavier Outhier
Hi, sorry for this quite simple question but I'm using ChainSaw 2, with Log4j 1.2.9. All is fine except that I don't see the file, line, method and class info in ChainSaw. Before I used logFactor5 and in the log4j.properties files I had one special line for the format. Currently, I have only