zoukankan      html  css  js  c++  java
  • 执行测试遇到log4j 没有找到日志appenders

    log4j:WARN No appenders could be found for logger (com.sshtools.j2ssh.transport.publickey.SshKeyPairFactory).
    log4j:WARN Please initialize the log4j system properly.
    log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
    Process exitValue: 0
    Process exitValue: 0

    需要在代码里面使用语句加载log4j配置文件

    DOMConfigurator.configure("conf/log4j.xml");

  • 相关阅读:
    leetcode122
    leetcode121
    leetcode773
    leetcode803
    leetcode658
    leetcode723
    leetcode134
    leetcode340
    leetcode721
    leetcode362
  • 原文地址:https://www.cnblogs.com/testway/p/6232097.html
Copyright © 2011-2022 走看看