On 12/17/15 6:39 AM, Anjana Prakash wrote:
Hi ,
Does user defined system procedure enable logging using log4j. or
using derby.log for logging the output from system procedure.
Appreciate any reference on same.
Thanks
Anjana
Hi Anjana,
Take a look at the derby.stream.error properties documented at
http://db.apache.org/derby/docs/10.12/ref/crefproper22250.html. Your
procedure should be able share the diagnostic log with the engine by
setting derby.stream.error.field or derby.stream.error.file or
derby.stream.error.method.
Hope this helps,
-Rick