Subject Re: RFE: Make need for log folder obsolete
Author Roman Rokytskyy
> There shouldn't be a need for the installer / application to create
> the log folder that the driver currently needs. The driver should
> either create the folder itself or not require it at all.
>
>
> Reason:
>
> 1.) The driver does currently not work without it
> 2.) It is unintuitive

David, I think we need to remove log4j.properties from the
distribution. This causes conflicts on deployment, because JVM will
use the log4j.properties it met first, and if firebirdsq.jar will be
first, all client-specific logging will be lost.

If client wants log4j logging, he needs to configure his
log4j.properties.

Thanks!
Roman