我试图设置log4j (基于xml的)配置,,如官方站点中所描述的。到目前为止,一切都很好,除了log4j发出自己的日志消息直到初始化为止。在‘完成配置’行之后,一切都正常。此外,在声明"log4j:未能找到根记录器信息时出错。这可以吗?“。
谢谢。
log4j: reset attribute= "false".
log4j: Threshold ="null".
log4j: Level value for root is [all].
log4j: root level set to ALL
log4j: Class name: [org.apa
我对log4j配置有问题。
在Maven将我的应用程序打包到war文件之前,它会运行测试。并加载和使用log4j配置-创建日志文件,并在其中和控制台中写入消息。
控制台中有log4j调试输出:
log4j: Trying to find [log4j.xml] using context classloader sun.misc.Launcher$AppClassLoader@422ede.
log4j: Trying to find [log4j.xml] using sun.misc.Launcher$AppClassLoader@422ede class loader.
log4j: T
有人能告诉我我哪里做错了吗?
当我运行mvn install时,我收到以下警告:
[WARNING] POM for 'log4j:log4j:pom:1.2.15:compile' is invalid. It will be ignored for artifact resolution. Reason: Cannot read project model from interpolating filter of serialized version. for project log4j:log4j at Artifact [log4j:log4j:pom:1.2.15:c
我正在使用Spring MVC 4.2.5.RELEASE开发一个Maven Web应用程序,我正在使用带有GlassFishSErver 4.1的Netbeans集成开发环境,我想使用log4j 1.2.17,所以我创建了一个log4j.properties文件,但似乎找不到我的属性文件,因为我得到了以下错误:
log4j:WARN No appenders could be found for logger (org.springframework.web.servlet.DispatcherServlet).
log4j:WARN Please initialize the log4j
当我在我的项目上运行maven安装时。它给出以下警告。Maven安装是成功的,但我应该如何消除这些警告。为了消除这些警告,应该添加哪些依赖项?
T E S T S
Running com.test1
log4j:WARN Continuable parsing error 1 and column 83
log4j:WARN Document root element "log4j:configuration", must match DOCTYPE root "null".
log4j:WARN Continuable parsing error 1 and
我在运行jetty-maven-plugin时遇到这个错误:
[INFO] --- jetty-maven-plugin:7.6.1.v20120215:start (start-jetty) @ rest ---
log4j:WARN No appenders could be found for logger (org.eclipse.jetty.util.log).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.h
我正在尝试将我的log4j.properties转换为log4j.xml,因为我需要使用一些过滤器功能。当我启动应用程序时,我收到了一堆警告,我不太确定如何解决它们:
log4j:WARN Continuable parsing error 4 and column 69
log4j:WARN Attribute "threshold" for element type "log4j:configuration" has a default value and must be specified in a standalone document.
log4j:W
虽然这并不能阻止我的代码发挥作用,但我只是想弄清楚为什么会发生这种警告,就会发疯。我使用Scala2.11.7,ScalaIDE,SBT0.13.9。
15/11/20 12:17:05 INFO akka.event.slf4j.Slf4jLogger: Slf4jLogger started
15/11/20 12:17:06 INFO Remoting: Starting remoting
15/11/20 12:17:06 INFO Remoting: Remoting started; listening on addresses :[akka.tcp://sparkDriver@0
运行我的应用程序时,我在标准输出上看到以下log4j初始化信息:
log4j: Threshold ="null".
log4j: Level value for root is [OFF].
log4j: root level set to OFF
log4j: Class name: [org.apache.log4j.ConsoleAppender]
log4j: Parsing layout of class: "org.apache.log4j.PatternLayout"
log4j: Setting property [conversionPat
我想要处理这个错误来设置另一个配置log4j。这有可能吗?
我没有任何堆栈跟踪,只有日志的警告
log4j:WARN No appenders could be found for logger (agent.Test1Agent.JavaAgent).
log4j:WARN Please initialize the log4j system properly.
log4j:WARN See http://logging.apache.org/log4j/1.2/faq.html#noconfig for more info.
当我运行一个简单的主java类时,我会收到以下红色消息:
log4j:WARN Continuable parsing error 3 and column 83
log4j:WARN Attribute "status" must be declared for element type "log4j:configuration".
log4j:WARN Continuable parsing error 31 and column 23
log4j:WARN The content of element type "log4j:configurati