Java – unexpected login in spring boot application on orderedrequestcontextfilter

So I'm developing a non - Web server with spring It has grown a lot recently I'm a little worried about the following logs:

`2017-05-18 11:26:28.791 DEBUG 2368 --- [apr-8080-exec-2] o.s.b.w.f.OrderedRequestContextFilter    : Bound request context to thread: org.apache.catalina.connector.RequestFacade@7db0d8f7

2017-05-18 11:26:28.828 DEBUG 2368 --- [apr-8080-exec-2] o.s.b.w.f.OrderedRequestContextFilter    : Cleared thread-bound request context: org.apache.catalina.connector.RequestFacade@7db0d8f7`

I'm worried because I've read the news before when I had a communication problem However, this message is displayed when a new websocket is opened or closed I can't determine the exact reason for recording the cause Can anyone hint at the meaning of this message? The spring documentation does not have a minimum explanation for this branch

Solution

This may be an unexpected log in the springboot application When you the @ enablecatch springboot application and request the same URL twice, an un started log will appear

@EnableCaching
@SpringBootApplication
public class SpringbootCacheApplication {}
The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>