A prerequisites for using WebSphereLibertyTrace custom resource
The Liberty server must allow configuration drop-ins. The following configuration must not be set on the server. Otherwise, a WebSphereLibertyTrace operation does not work on the server.
<config updateTrigger="disabled"/>
https://www.ibm.com/docs/en/was-liberty/base?topic=resources-webspherelibertytrace-custom-resource#cfg-r-crd-wlt__trace-prq
<config updateTrigger="disabled"/> is set to reduce idle CPU time
My request
- Allow for servers to always have
<config updateTrigger="disabled"/> for the performance gains
- When WebSphere Liberty Operator enables trace on a Liberty server with
<config updateTrigger="disabled"/>, WLO will remove <config updateTrigger="disabled"/> from the server to allow for tracing to work.
- When WLO turns off trace on the server,
<config updateTrigger="disabled"/> is enabled again to get the performance gains.
A prerequisites for using
WebSphereLibertyTracecustom resourcehttps://www.ibm.com/docs/en/was-liberty/base?topic=resources-webspherelibertytrace-custom-resource#cfg-r-crd-wlt__trace-prq
<config updateTrigger="disabled"/>is set to reduce idle CPU timeMy request
<config updateTrigger="disabled"/>for the performance gains<config updateTrigger="disabled"/>, WLO will remove<config updateTrigger="disabled"/>from the server to allow for tracing to work.<config updateTrigger="disabled"/>is enabled again to get the performance gains.