camel-jetty's access log is mixed up with runtime log
Issue
camel-jetty's access log is mixed up with runtime log.
2023-5-11 14:36:02,11 |INF ~suddenly access log is logged here~
O| runtime log continue
access log setting
<bean class="org.eclipse.jetty.server.handler.RequestLogHandler" id="ncsalogHandler">
<property name="requestLog" ref="ncsalog"/>
</bean>
<bean class="org.eclipse.jetty.server.NCSARequestLog" id="ncsalog">
<property name="append" value="true"/>
</bean>
How to avoid this behavior?
Environment
- Red Hat Fuse
- 7.11.1
- Fuse on OpenShift
- karaf
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase, tools, and much more.