Bug 338 : Change Defaults to NO transaction logging and NO Autofetch
Priority 
High
Reported Version 
 
Logged By 
Rob
Status 
Fixed
Fixed Version 
2.7.1
Assigned To 
 
Product 
Ebean - core
Duplicate Of 
 
Created 
05/11/2010
Updated 
05/11/2010
Type 
Bug
 
Attachments 
No attachments

This means that you need to explicitly turn ON these features.

No I hope and expect most people will use these features but they could be confusing for new people using Ebean and I think it is probably more natural to have these default to 'off'.

To turn them on use these settings:

## Transaction logging level: (none, summary, sql)
ebean.logging.level=sql


## Turn of Autofetch profiling and Query tuning
ebean.autofetch.querytuning=true
ebean.autofetch.profiling=true
ebean.autofetch.implicitmode=default_off

 
Rob 05 Nov 08:58
Fixed in HEAD

fixed in HEAD.

woResponse

Upload a file