我正在使用MyFaces实现一个JSF应用程序。版本是2.1.1。
我从各种渲染工具包中看到了很多不必要的WARNING日志,如下所示:
HtmlLabelRend W Attribute 'for' of label component with id j_id179528215_7af12bd8 is not defined
HtmlGridRende W PanelGrid j_id179528215_7af12adc has not enough children. Child count should be a multiple of the columns attribute.
在何处以及如何将这些日志记录级别设置为SEVERE,以便我的日志文件不会提交这些警告消息?
PS:使用LOGBACK
作为记录器。其中反过来使用了SL4J