Skip to content

Commit adc2fd6

Browse files
committed
Update Config
1 parent 432ff18 commit adc2fd6

File tree

4 files changed

+2
-14
lines changed

4 files changed

+2
-14
lines changed

deploy/all-cr.yaml

+1-7
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ data:
114114
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:}
115115
app.location.lane=${APPLICATION_LOCATION_LANE:base}
116116
agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
117-
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main,com.jdk.JDKVersionHelper,com.tongweb.srv.commons.utils.JavaHomeTool,com.tongweb.srv.commons.utils.ExternalVmOptions}
117+
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main,com.jdk.JDKVersionHelper,com.tongweb.srv.commons.utils.*}
118118
classloader.contextLoaderEnabled=${CLASSLOADER_CONTEXT_LOADER_ENABLED:true}
119119
classloader.core.configExtensions=yaml,yml,xml,json,properties
120120
#classloader.core.parentResources=
@@ -550,12 +550,6 @@ data:
550550
<appender-ref ref="CONSOLE_APPENDER"/>
551551
</logger>
552552
553-
<logger name="com.jd.live.agent.governance.invoke.filter.route.UnitFilter"
554-
level="${logger.unitFilter.level}"
555-
additivity="false">
556-
<appender-ref ref="CONSOLE_APPENDER"/>
557-
</logger>
558-
559553
<root level="${logger.level}">
560554
<appender-ref ref="${LIVE_LOG_APPENDER:-ROLLING_APPENDER}"/>
561555
</root>

deploy/joylive-injector/config/bootstrap.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ app.location.cell=${APPLICATION_LOCATION_CELL:${NODE_CELL:{{ .Values.agent.locat
1818
app.location.laneSpaceId=${APPLICATION_LOCATION_LANESPACE_ID:{{ .Values.agent.location.laneSpaceId }}}
1919
app.location.lane=${APPLICATION_LOCATION_LANE:{{ .Values.agent.location.lane }}}
2020
agent.enhance.shutdownOnError=${CONFIG_ENHANCE_SHUTDOWN_ON_ERROR:true}
21-
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main,com.jdk.JDKVersionHelper,com.tongweb.srv.commons.utils.JavaHomeTool,com.tongweb.srv.commons.utils.ExternalVmOptions}
21+
agent.enhance.excludeApp=${CONFIG_ENHANCE_EXCLUDE_APPS:com.taobao.arthas.boot.Bootstrap,org.netbeans.Main,com.jdk.JDKVersionHelper,com.tongweb.srv.commons.utils.*}
2222
classloader.contextLoaderEnabled=${CLASSLOADER_CONTEXT_LOADER_ENABLED:true}
2323
classloader.core.configExtensions=yaml,yml,xml,json,properties
2424
#classloader.core.parentResources=

deploy/joylive-injector/config/logback.xml

-6
Original file line numberDiff line numberDiff line change
@@ -66,12 +66,6 @@
6666
<appender-ref ref="CONSOLE_APPENDER"/>
6767
</logger>
6868

69-
<logger name="com.jd.live.agent.governance.invoke.filter.route.UnitFilter"
70-
level="${logger.unitFilter.level}"
71-
additivity="false">
72-
<appender-ref ref="CONSOLE_APPENDER"/>
73-
</logger>
74-
7569
<root level="${logger.level}">
7670
<appender-ref ref="${LIVE_LOG_APPENDER:-ROLLING_APPENDER}"/>
7771
</root>
-43 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)