Subject Re: Logger - Help on turning off Logger
Author John B. Moore
--- In Firebird-Java@y..., David Jencks <davidjencks@d...> wrote:
> You need to turn off firebird logging in your log4j.properties or
.xml file
> with something like org.firebirdsql=INFO
>

It is very annoying...<G>

BTW the correct entry is..

log4j.logger.org.firebirdsql=[DEBUG, INFO, WARN, ERROR, FATAL]

Thanks for pointing me in the right direction.. It has been so
long since I read the log4j "manual" that I had forgotten about this
very good feature..<G> Yes I really like log4j and depend heavily on
it, but one tends to set and forget..<sigh>

John...