cancel
Showing results for 
Search instead for 
Did you mean: 

How to suppress the log messages.?

hellowrakesh123
Champ in-the-making
Champ in-the-making
Hi,
I tried all but couldn't get rid of the log messages printed by activiti:

Jul 20, 2012 12:41:40 AM org.activiti.engine.impl.db.DbSqlSession executeSchemaResource
INFO: performing create on engine with resource org/activiti/db/create/activiti.h2.create.engine.sql
Jul 20, 2012 12:41:40 AM org.activiti.engine.impl.db.DbSqlSession executeSchemaResource
INFO: performing create on history with resource org/activiti/db/create/activiti.h2.create.history.sql
Jul 20, 2012 12:41:40 AM org.activiti.engine.impl.db.DbSqlSession executeSchemaResource
INFO: performing create on identity with resource org/activiti/db/create/activiti.h2.create.identity.sql
Jul 20, 2012 12:41:40 AM org.activiti.engine.impl.ProcessEngineImpl <init>

What should be the log4j logger to make sure it is not printed on console.
Thanks in advance.!
  Rakesh
2 REPLIES 2

ronald_van_kuij
Champ on-the-rise
Champ on-the-rise
Activiti does not use log4j, it uses JUL (jdk-logging)

hellowrakesh123
Champ in-the-making
Champ in-the-making
Thanks it worked after i used JDK logging.