Bug 136 : Add support for using java.util.logging.Logger ... to log transaction event details
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.1.0
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
11/08/2009
Updated 
11/08/2009
Type 
Bug
 
Attachments 
No attachments

Currently Ebean uses its own transaction logger and logs the transaction events to separate transaction logs (separate from the application logs).

This feature is to add support for using a java.util.logging.Logger instead. When it is used all the transaction events (sql, bind values, summary etc) are all sent to the java.util.logging.Logger.

To turn on this feature you either:

in ebean.properties:
ebean.useJuliTransactionLogger=true

or programmatically use:
serverConfig.setUseJuliTransactionLogger(true)

 
Rob 11 Aug 10:38
Fixed in HEAD

This feature is in HEAD.

woResponse

Upload a file