author | RM packaging bot <staff.rm@openbravo.com> |
Fri, 25 Feb 2011 19:03:35 +0100 | |
changeset 10892 | 08bd2fc38b64 |
parent 9085 | 79e55dfc8af0 |
child 11117 | dcea0231fee9 |
permissions | -rw-r--r-- |
asier@1929 | 1 |
# ************************************************************************* |
asier@1929 | 2 |
# * The contents of this file are subject to the Openbravo Public License |
priya@9085 | 3 |
# * Version 1.1 (the "License"), being the Mozilla Public License |
asier@1929 | 4 |
# * Version 1.1 with a permitted attribution clause; you may not use this |
asier@1929 | 5 |
# * file except in compliance with the License. You may obtain a copy of |
asier@1929 | 6 |
# * the License at http://www.openbravo.com/legal/license.html |
asier@1929 | 7 |
# * Software distributed under the License is distributed on an "AS IS" |
asier@1929 | 8 |
# * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
asier@1929 | 9 |
# * License for the specific language governing rights and limitations |
asier@1929 | 10 |
# * under the License. |
asier@1929 | 11 |
# * The Original Code is Openbravo ERP. |
ggi@6702 | 12 |
# * The Initial Developer of the Original Code is Openbravo SLU |
ggi@6702 | 13 |
# * All portions are Copyright (C) 2007 Openbravo SLU |
asier@1929 | 14 |
# * All Rights Reserved. |
asier@1929 | 15 |
# * Contributor(s): ______________________________________. |
asier@1929 | 16 |
# ************************************************************************ |
asier@1929 | 17 |
|
antonio@5790 | 18 |
log4j.rootCategory=WARN, A1,O2 |
asier@1929 | 19 |
log4j.appender.A1=org.apache.log4j.ConsoleAppender |
antonio@5790 | 20 |
log4j.appender.O2=org.openbravo.utils.OBRebuildAppender |
asier@1929 | 21 |
|
asier@1929 | 22 |
# A1 uses PatternLayout. |
asier@1929 | 23 |
log4j.appender.A1.layout=org.apache.log4j.PatternLayout |
asier@1929 | 24 |
log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c %x - %m%n |
asier@1929 | 25 |
|
asier@1929 | 26 |
log4j.category.reloadXml=ERROR |
asier@1929 | 27 |
log4j.category.org=WARN |
asier@1929 | 28 |
|
martin@3058 | 29 |
# To error an specific class |
martin@3058 | 30 |
#log4j.category.org.openbravo.erpCommon.ad_process=error |
asier@1929 | 31 |
|
asier@1929 | 32 |
#**************************************************** |
asier@1929 | 33 |
#Part added for hibernate |
asier@1929 | 34 |
#**************************************************** |
asier@1929 | 35 |
log4j.logger.org.hibernate=error |
asier@1929 | 36 |
|
asier@1929 | 37 |
### log HQL query parser activity |
asier@1929 | 38 |
#log4j.logger.org.hibernate.hql.ast.AST=error |
asier@1929 | 39 |
|
asier@1929 | 40 |
### log just the SQL |
asier@1929 | 41 |
log4j.logger.org.hibernate.SQL=error |
asier@1929 | 42 |
|
asier@1929 | 43 |
### log JDBC bind parameters ### |
asier@1929 | 44 |
log4j.logger.org.hibernate.type=error |
asier@1929 | 45 |
|
asier@1929 | 46 |
### log schema export/update ### |
asier@1929 | 47 |
log4j.logger.org.hibernate.tool.hbm2ddl=error |
asier@1929 | 48 |
|
asier@1929 | 49 |
### log HQL parse trees |
asier@1929 | 50 |
log4j.logger.org.hibernate.hql=error |
asier@1929 | 51 |
|
asier@1929 | 52 |
### log cache activity ### |
asier@1929 | 53 |
log4j.logger.org.hibernate.cache=error |
asier@1929 | 54 |
|
asier@1929 | 55 |
### log transaction activity |
asier@1929 | 56 |
log4j.logger.org.hibernate.transaction=error |
asier@1929 | 57 |
|
asier@1929 | 58 |
### log JDBC resource acquisition |
asier@1929 | 59 |
log4j.logger.org.hibernate.jdbc=error |
asier@1929 | 60 |