0

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

asked 2012-03-06 20:19:36 +0800

ansancle gravatar image ansancle
327 9

Does anyone know how to get rid of this error on startup?

15:13:29,570 ERROR  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

delete flag offensive retag edit

2 Replies

Sort by ยป oldest newest

answered 2017-09-26 18:25:40 +0800

softteam gravatar image softteam
130 1 8

I have the same problem. Anyone have a solution?

link publish delete flag offensive edit

answered 2020-09-30 18:48:47 +0800

xnavarro gravatar image xnavarro
1 1

You have to comment the following lines of your zk.xml

<log>
    <log-base></log-base>
</log>
link publish delete flag offensive edit
Your reply
Please start posting your answer anonymously - your answer will be saved within the current session and published after you log in or create a new account. Please try to give a substantial answer, for discussions, please use comments and please do remember to vote (after you log in)!

[hide preview]

Question tools

Follow

RSS

Stats

Asked: 2012-03-06 20:19:36 +0800

Seen: 147 times

Last updated: Sep 30 '20

Support Options
  • Email Support
  • Training
  • Consulting
  • Outsourcing
Learn More