> How I can disable all logging?
If you mean transaction logging... then ServerConfig.setTransactionLogging(TxLogLevel.NONE).
Have you seen the "default-ebean-server.xml" ... in the spring modele? So we need to additionally set transactionLogging to TxLogLevel.NONE.
> 2. How I can setup default ebean server?
Similarly, ServerConfig.setDefaultServer(true).
Does that answer your questions? I'm thinking it might not.
Cheers, Rob.