legolas wood wrote:
I looked at the jira issue , but i can not understand whats going on. both issue are talking about transactions logs which is a required part of Database itself and is needed for later recovery stuff. I want to turn off informational logging , allways derby create a log file named Derby.log which is not wanted , i need to turn that off.
I think that is possible, by specifying a (Java) stream to which the error/info log will be written instead. Take a look at the Tuning guide pages for the following properties:
derby.stream.error.field derby.stream.error.method -- John
