【发布时间】:2018-12-13 19:18:20
【问题描述】:
我的记录器中有这些消息类型 INFO,我不想隐藏所有 INFO 日志,只想删除(避免)primefaces 的消息。
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.
有可能吗? 是的?怎么做?
【问题讨论】:
-
您好,请随时发布有问题的版本信息
标签: jsf primefaces warnings