Disable SQL log by default.

git-svn-id: https://svn.apache.org/repos/asf/openjpa/trunk@1023828 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Albert Lee 2010-10-18 15:04:09 +00:00
parent d99e1dff36
commit 3707cc8b6d
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ public class TestEJBEmbedded extends SingleEMFTestCase {
public void setUp() {
setUp(EmbedOwner.class, EmbedValue.class, CLEAR_TABLES
,"openjpa.Log","SQL=trace"
// ,"openjpa.Log","SQL=trace"
);
}