$ java -Dlog4j.configuration=file:///path/to/your/log4j2.xml -jar /path/to/your/jar_file.jar
写到控制台,你得到
ERROR StatusLogger No log4j2 configuration file found. Using default configuration: logging only errors to the console.
但是,看起来配置文件已经找到并且无法解析:
log4j:WARN Continuable parsing error 2 and column 31
log4j:WARN Document root element "Configuration", must match DOCTYPE root "null".
log4j:WARN Continuable parsing error 2 and column 31
log4j:WARN Document is invalid: no grammar found.
log4j:ERROR DOM element is - not a <log4j:configuration> element.
log4j:WARN No appenders could be found for logger (kafka.utils.VerifiableProperties).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
原文由 Jeff Maass 发布,翻译遵循 CC BY-SA 4.0 许可协议
我处理这个问题已经有一段时间了。我已经按照这篇文章中的描述更改了所有内容,甚至认为发生了错误。在这种情况下,请确保在更改 .xml 或 .properties 文件中的设置时清理项目。在eclipse环境中。选择项目 -> 清理