【发布时间】:2020-06-27 12:36:01
【问题描述】:
在我的 SpringBoot 应用程序日志中,我看到以下警告:
UT026009: XNIO worker was not set on WebSocketDeploymentInfo, the default worker will be used
UT026010: Buffer pool was not set on WebSocketDeploymentInfo, the default pool will be used
从 Google 搜索看来,它们可能与 Undertow 有关,建议进行一项似乎不可能实施的改进。
有没有人对这些有任何进一步的澄清,或者关于如何使日志消失的建议,因为应用程序运行得很好?
【问题讨论】:
标签: spring-boot undertow