mirror of
https://github.com/wahyd4/pinpoint.git
synced 2026-08-21 02:35:53 +10:00
[유치수] [NOBTS] profile.enable 설정 상수값 수정.
git-svn-id: http://svn.bds.nhncorp.com/pe/hippo-tomcat-profiler/trunk@1320 84d0f5b1-2673-498c-a247-62c4ff18d310
This commit is contained in:
@@ -119,7 +119,7 @@ public class ProfilerConfig {
|
||||
private void readPropertyValues(Properties prop) {
|
||||
// TODO : use Properties defaultvalue instead of using temp variable.
|
||||
|
||||
this.profileEnable = readBoolean(prop, "PROFILE_ENABLE", true);
|
||||
this.profileEnable = readBoolean(prop, "profile.enable", true);
|
||||
|
||||
this.collectorServerIp = readString(prop, "server.collector.ip", "127.0.0.1");
|
||||
this.collectorServerPort = readInt(prop, "server.collector.udp.port", 9995);
|
||||
|
||||
Reference in New Issue
Block a user