我的记录器中有这些消息类型INFO,我不想隐藏所有INFO日志,只想删除(避免(素数面的消息。
14:11:08,325 INFO [org.primefaces.component.outputpanel.OutputPanelRenderer]
(default task-2) autoUpdate attribute is deprecated and will be removed in a future
version, use p:autoUpdate component instead.
14:11:08,325 INFO [org.primefaces.component.growl.GrowlRenderer]
(default task-2) autoUpdate attribute is deprecated and will be removed in a future
version, use p:autoUpdate component instead.
14:11:08,325 INFO [org.primefaces.component.messages.MessagesRenderer]
(default task-2) autoUpdate attribute is deprecated and will be removed in a future
version, use p:autoUpdate component instead.
有可能吗?对怎么做?
有可能吗?
是
是吗?
是(如果前一个问题的答案是否定的,那么这个问题的答案也是否定的;-(
如何做到这一点?
三个选项:
- 仅将PrimeFaces组件的日志记录设置为"WARNING">
- 下载源代码,找到这个日志行,并将其更改为例如DEBUG,重新编译并使用它(或者添加一个仅在开发模式中显示的附加检查(
- 检查是否实际使用了
autoUpdate
属性并"修复"它,以便改用新的<p:autoUpdate .. />
元素