Quiet down the logging of enhancement via AgentLoader

This commit is contained in:
Robin Bygrave
2015-08-07 12:45:03 +12:00
parent e4304494e1
commit 7cd9dc0c8d
@@ -11,7 +11,7 @@ public class BaseTestCase {
static {
logger.debug("... preStart");
if (!AgentLoader.loadAgentFromClasspath("avaje-ebeanorm-agent","debug=1;packages=com.avaje.tests.**,org.avaje.test.**")) {
if (!AgentLoader.loadAgentFromClasspath("avaje-ebeanorm-agent","debug=0;packages=com.avaje.tests.**,org.avaje.test.**")) {
logger.info("avaje-ebeanorm-agent not found in classpath - not dynamically loaded");
}
}