Reputation: 1648
I have in my logger these messages type INFO, I don't want to hide all INFO logs, only I want to remove (avoid) messages of 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.
Is it possible? Yes? How to do it?
Upvotes: 1
Views: 1748
Reputation: 12337
Is it possible?
Yes
Yes?
Yes (if the answer to the former question would have been no, the answer to this one would also have been no ;-) )
How to do it?
Three options:
autoUpdate
attribute and 'fix' it so you use the new <p:autoUpdate .. />
element insteadUpvotes: 1