You are viewing a plain text version of this content. The canonical link for it is here.
Posted to derby-user@db.apache.org by David Van Couvering <da...@vancouvering.com> on 2010/04/30 23:48:37 UTC

derby.log growing

Another issue I'm seeing is, because I regularly shut down and then reboot
the database (this is to keep resource usage low), the derby.log file is
continually growing with shutdown/reboot messages.

The docs seem to indicate that the default should be that derby.log is
overwritten each time the database is started (derby.infolog.append is set
to false by default), but that's not what I'm seeing.

Any tips?

Thanks,

David

-- 
David W. Van Couvering

http://www.linkedin.com/in/davidvc
http://davidvancouvering.blogspot.com
http://twitter.com/dcouvering

Re: derby.log growing

Posted by Bryan Pendleton <bp...@gmail.com>.
> Another issue I'm seeing is, because I regularly shut down and then 
> reboot the database (this is to keep resource usage low), the derby.log 
> file is continually growing with shutdown/reboot messages. 

Are you shutting down and rebooting the *database*, or shutting down
and restarting the *Network Server*?

thanks,

bryan