[강운덕] [LUCYSUS-1744] 로그 레벨 조정.

git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-profiler-bootstrap/trunk@2342 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
Woonduk Kang
2013-09-24 02:48:30 +00:00
parent 5612459ac7
commit 3d9c8243e1
@@ -5,6 +5,7 @@ import com.nhn.pinpoint.profiler.config.ProfilerConfig;
import com.nhn.pinpoint.profiler.logging.PLoggerBinder;
import com.nhn.pinpoint.profiler.logging.PLogger;
import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -27,9 +28,9 @@ public class AgentClassLoaderTest {
agentClassLoader.setBootClass("com.nhn.pinpoint.bootstrap.DummyAgent");
agentClassLoader.boot("test", new DummyInstrumentation(), new ProfilerConfig());
// TODO logger가져오는 기능이 달라져서 확인이 필요함.
PLoggerBinder loggerBinder = (PLoggerBinder) agentClassLoader.initializeLoggerBinder();
PLogger test = loggerBinder.getLogger("test");
test.info("slf4j logger test");
// PLoggerBinder loggerBinder = (PLoggerBinder) agentClassLoader.initializeLoggerBinder();
// PLogger test = loggerBinder.getLogger("test");
// test.info("slf4j logger test");
}