Re: Specifying exclusive log file for one category

2002-07-16 Thread Rafael Alvarez
. Perhaps you would want to try: log4j.category.com.x.Additivity=false so you have complete control over the appenders of your particular hierarchy. Hope this help, Rafael Alvarez --- Ravishankar Rajagopalan [EMAIL PROTECTED] wrote: some lines deleted The objective is - messages from different

Re: WLS 6.1 can't find log4j

2002-06-11 Thread Rafael Alvarez
Hi! I had the same problem. It worked fine when I put log4j-1.2.jar in the classpath before starting weblogic. Tuesday, June 11, 2002, 3:41:38 AM, you wrote: MZ I'm using Log4j 1.2 with the following configurations: MZ Windows XP professional MZ WLS 6.1 sp2 as the Web Server MZ

Re: Different files destinations for different levels

2002-06-07 Thread Rafael Alvarez
Hi James, JH This is working just fine, but now I would like 'error' level output to go JH to a different file from all other log output. How should I go about this? Check out LevelMatchFilter and LevelRangeFilter. They are in the org.apache.log4j.varia package (I'm using log4j 1.2). Perhaps

Re: Double Logs

2002-06-03 Thread Rafael Alvarez
Hello Sanjay, Monday, June 3, 2002, 10:49:55 AM, you wrote: SB Hi, SB I just started using log4j. I have set a basic logger SB and I have configured it with- SB BasicConfigurator.configure(); SB I have some questions: SB 1. All my logs are geting printed 2 times. How to SB avoid this. I had

Re: Extending appenders, classpath issues

2002-05-30 Thread Rafael Alvarez
Hello Andrew, Check if websphere has a propietary method of specifiying additions to the classpath for each componet. That way you can put log4j in all classpath without bothering the sysadmins. Thursday, May 30, 2002, 2:55:27 PM, you wrote: AT Hi all, AT I've created a couple custom