Hi,

I successfully run my application

And the reason is ...

missed log4j.properties

I add to my classpath file

log4j.properties (I want only look at debug messages)

# Log4J properties file. It contains definitions of logging level 
  | # for root category, for all tests and definition of one appender that 
  | # may be used to store any level output
  | 
  | # Normal unit tests logging configuration
  | log4j.rootCategory=INFO, console
  | 
  | #
  | # Custom logging level for tests on a per-category basis
  | # DEBUG < INFO < WARN < ERROR < FATAL
  | log4j.logger.org.jboss.seam.contexts=DEBUG
  | 
  | # A bit specific settings for console output
  | log4j.appender.console=org.apache.log4j.ConsoleAppender
  | log4j.appender.console.layout=org.apache.log4j.PatternLayout
  | log4j.appender.console.layout.ConversionPattern=%-5p [%t] %c{1} - %m%n
  | 

and after that everything goes fine, I check it twice


Gavin any comment on this ?

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3916060#3916060

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3916060


-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to