Quantcast
Channel: ZK Forum - Individual question feed
Viewing all articles
Browse latest Browse all 356

WARNING: Ingored. Use the library property called org.zkoss.util.logging.config.file instead

$
0
0
Does anyone know how to get rid of this error on startup? 15:13:29,570 ERROR [STDERR] Mar 6, 2012 3:13:29 PM org.zkoss.zk.ui.sys.ConfigParser parse:432 WARNING: Ingored. Use the library property called org.zkoss.util.logging.config.file instead This is the line of code from ConfigParser.java that is creating the warning : } else if ("log".equals(elnm)) { 432 log.warning("Ingored. Use the library property called org.zkoss.util.logging.config.file instead"); I have gone over my zk.xml and web.xml 50 times and cannot find anwhere the name = "log" - which is what's happening in that line. It's looping through zk.xml in a big if-else statement, if the attribute name = elnm it executes the statement. I don't have "log" anywhere, I even tried removing any logging references that I do have. This showed up when I upgraded to ZK 6.0 thanks -Andy

Viewing all articles
Browse latest Browse all 356