mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-20 18:25:55 +10:00
[유치수] [NOBTS] 로그메시지 수정. profile.enable
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1323 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -33,7 +33,7 @@ public class TomcatProfiler implements ClassFileTransformer {
|
||||
ProfilerConfig profilerConfig = new ProfilerConfig();
|
||||
profilerConfig.readConfigFile();
|
||||
if (!profilerConfig.isProfileEnable()) {
|
||||
logger.warning("Profiler Agent not started. PROFILE_ENABLE=" + profilerConfig.isProfileEnable());
|
||||
logger.warning("Profiler Agent not started. profile.enable=" + profilerConfig.isProfileEnable());
|
||||
return;
|
||||
}
|
||||
Agent agent = new Agent(profilerConfig);
|
||||
|
||||
Reference in New Issue
Block a user