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 tuningebean.autofetch.querytuning=trueebean.autofetch.profiling=trueebean.autofetch.implicitmode=default_off
fixed in HEAD.