logging.properties in my eclipse project ( same as examples coming with jbpm 4.1) has
following contents
can you help me in this regard ?
I have not changed logging.properties as I couldn't see any property having value as
DEBUG and it is changed to INFO
I changed following in server/default/conf/jboss-log4j.xml. This is only property which
has DEBUG value ( that is also commented )
<!-- category name="org.hibernate.SQL">
</category -->
| handlers= java.util.logging.ConsoleHandler
| redirect.commons.logging = enabled
|
| java.util.logging.ConsoleHandler.level = FINE
| java.util.logging.ConsoleHandler.formatter = org.jbpm.internal.log.LogFormatter
|
| org.jbpm.level=FINE
| # org.jbpm.pvm.internal.tx.level=FINE
| # org.jbpm.pvm.internal.wire.level=FINE
| # org.jbpm.pvm.internal.util.level=FINE
|
| org.hibernate.level=INFO
| org.hibernate.cfg.SettingsFactory.level=SEVERE
| org.hibernate.cfg.HbmBinder.level=SEVERE
| # org.hibernate.SQL.level=FINEST
| # org.hibernate.type.level=FINEST
| # org.hibernate.tool.hbm2ddl.SchemaExport.level=FINEST
| # org.hibernate.transaction.level=FINEST
|
View the original post :
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4264746#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...