Re: Hibernate and Logback

2009-04-10 Thread Joe White
I figured it out.                 Quoting Joe White :    I'm using Hibernate with logback, and it appears that Hibernate is stuck in DEBUG logging mode. The documentation states that it works (Hibernate that is) with logback, but I don't know how to turn it to error only.    He

Hibernate and Logback

2009-04-10 Thread Joe White
I'm using Hibernate with logback, and it appears that Hibernate is stuck in DEBUG logging mode. The documentation states that it works (Hibernate that is) with logback, but I don't know how to turn it to error only. Here is my logback.xml file.       myApp.log       %dat

Re: Beginners question: log4j implementation, variable log4j properties

2009-04-10 Thread Jacob Kjome
Please don't post user questions to the dev list. I've sent this to the user list, Bcc'ing the dev list, just in case you are not subscribed to the user list yet. See comments below... On 4/10/2009 7:03 AM, mb77 wrote: > Hello everybody, > > Beginners question here, hope all will be clear enou

Re: log4j logging to stdout and server-wide override

2009-04-10 Thread Olexandr Prokhorenko
Jake, Actually, I'm working on quite different thing. I have applications deployed that are logging through log4j to stdout: log4j.appender.stdout=org.apache.log4j.ConsoleAppender and it goes into catalina.out (which actually the redirect of Tomcat's stdout). I want to stop it messing t

Re: log4j logging to stdout and server-wide override

2009-04-10 Thread Jacob Kjome
I'm not sure if this will help, but I run Tomcat6 under on Windows and use the Tomcat Service. The service redirects stdout and stderr to files. For log4j, I simply define a ConsoleAppender and assign it to the root logger, which gets directed to the stdout log file. stdout goes to stdout_[curre

log4j logging to stdout and server-wide override

2009-04-10 Thread Olexandr Prokhorenko
Hi, I have an application-wide log4j.properties which logs to stdout, with the config like: log4j.rootLogger=WARN, stdout log4j.appender.stdout=org.apache.log4j.ConsoleAppender log4j.appender.stdout.layout=org.apache.log4j.PatternLayout It sends all mess to catalina.out. However, I want to

Re: AW: Newbie questions

2009-04-10 Thread Douglas E Wegscheid
...and our learnings... 1) don't edit down the facts too far when asking for help. You may edit out essential information, or get potentially helpful people to concentrate on a different problem. 2) find a nice way to say RTFM. Calling a question "stupid" onlist and implying that posting a que