[jboss-user] [Installation, Configuration & Deployment] - Re: ERROR: invalid console appender config detected, console
shilpasrinivas
do-not-reply at jboss.com
Thu Sep 17 02:31:12 EDT 2009
<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/" xmlns="http://jakarta.apache.org/log4j/">
<!-- Chainsaw is a graphical appender-->
<!-- This is the Orbeon Forms Studio monitor -->
<!-- Logging to a single file, typically used in development when you don't want
to be dealing with multiple files generated by the RollingFileAppender.
See: http://logging.apache.org/log4j/docs/api/org/apache/log4j/FileAppender.html -->
<!-- Logging to a rolling files. Every time the file exceeds a certain size, a backup
is created and the file used for logging is truncated.
See: http://logging.apache.org/log4j/docs/api/org/apache/log4j/RollingFileAppender.html -->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!---->
<!-- To enable logging for any of the sub-systems below, copy that section outside of the
comment block. The XFormsServer is the one you are most likely to be interested in. -->
<!--
-->
<!-- Prevent extra display of eXist paging activity -->
<appender-ref ref="RollingFileAppender"></appender-ref>
<!-- You decide here which one of the loggers listed above you want to use. -->
<!--<appender-ref ref="ConsoleAppender"/>-->
<!--<appender-ref ref="ChainsawAppender"/>-->
<!--<appender-ref ref="SingleFileAppender"/>-->
<appender-ref ref="RollingFileAppender"/>
<!--<appender-ref ref="OPSMonitor"/>-->
</log4j:configuration>
This is my log4j contents.
Please help me if any one has idea regarding this error.
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4255648#4255648
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4255648
More information about the jboss-user
mailing list