Subject Re: [Firebird-Java] Turn logging off?
Author David Jencks
find log4j.properties in the jar and change

log4j.rootCategory=DEBUG, Default


to

log4j.rootCategory=FATAL, Default

If you use emacs, you can open the jar in emacs, open the file, edit the
file, and save it back into the jar. Otherwise you might have to rejar the
results. I think that an external log4j configuration will override the
one in the jar, also.

david jencks

On 2002.07.12 22:06:30 -0400 Federico Tello Gentile wrote:
> I inserted a bunch of records thru the java JDBC driver and ended up with
> a
> 31MB log file. (It's a lot of I/O!!!)
> I got the driver from the web site, not the CVS and I didn't see any doc
> telling how to set up logging.
>
> Where do I turn it off?
>
> Besides if i don't create the logfile, an ugly exception tells me about
> it.
>
> Thanks.
>
>
>
> To unsubscribe from this group, send an email to:
> Firebird-Java-unsubscribe@yahoogroups.com
>
>
>
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>
>
>
>