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
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
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
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
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
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
...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