You can specify the log file in the derby.properties file.
e.g. derby.stream.error.file=/home/azeez/log/derby.log

This derby.properties file should be placed in the directory pointed
to by derby.system.home Java System property. e.g
System.setProperty("derby.system.home", "database");

Thanks Manjula Kutty for the tip

On 1/25/06, Afkham Azeez <[EMAIL PROTECTED]> wrote:
> Hi Folks,
>
> I'm using Derby with Hibernate as the ORM. I noticed that the
> derby.log file is getting created in the the directory from where I
> started the application. Is there a way of specifying the location of
> the log file?
>
> --
> Thanks
> Afkham Azeez
>


--
Thanks
Afkham Azeez

Reply via email to