[jboss-user] [Beginners Corner] - Re: Disabling the output of Jboss startup
nnguyen1981
do-not-reply at jboss.com
Fri Aug 3 15:50:04 EDT 2007
forgive me, but I'm very new to Jboss. When I go into log4j.xml and attempt to comment out like I have below, I get an error at startup that says "--" not allowed in comment session. Would you happen to know what I may be doing wrong? Thanks for the guidance.
| <!--
| <appender name="CONSOLE"
| class="org.apache.log4j.ConsoleAppender">
| <errorHandler class="org.jboss.logging.util.OnlyOnceErrorHandler"/>
| <param name="Target" value="System.out"/>
| <param name="Threshold" value="INFO"/>
|
| <layout class="org.apache.log4j.PatternLayout">
| <!-- The default pattern: Date Priority [Category] Message\n -->
| <param name="ConversionPattern" value="%d{ABSOLUTE} %-5p [%c{1}] %m%n"/>
| </layout>
| </appender>
| -->
|
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4070768#4070768
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4070768
More information about the jboss-user
mailing list