author | Juan Pablo Aroztegi <juanpablo.aroztegi@openbravo.com> |
Mon, 19 Oct 2009 12:43:58 +0200 | |
changeset 5272 | 4181fa90dd44 |
parent 523 | 73f755099221 |
child 6702 | 690d2af86089 |
permissions | -rw-r--r-- |
juanpablo@523 | 1 |
#************************************************************************* |
juanpablo@523 | 2 |
#* The contents of this file are subject to the Openbravo Public License |
juanpablo@523 | 3 |
#* Version 1.0 (the "License"), being the Mozilla Public License |
juanpablo@523 | 4 |
#* Version 1.1 with a permitted attribution clause; you may not use this |
juanpablo@523 | 5 |
#* file except in compliance with the License. You may obtain a copy of |
juanpablo@523 | 6 |
#* the License at http://www.openbravo.com/legal/license.html |
juanpablo@523 | 7 |
#* Software distributed under the License is distributed on an "AS IS" |
juanpablo@523 | 8 |
#* basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the |
juanpablo@523 | 9 |
#* License for the specific language governing rights and limitations |
juanpablo@523 | 10 |
#* under the License. |
juanpablo@523 | 11 |
#* The Original Code is Openbravo ERP. |
juanpablo@523 | 12 |
#* The Initial Developer of the Original Code is Openbravo SL |
juanpablo@523 | 13 |
#* All portions are Copyright (C) 2001-2006 Openbravo SL |
juanpablo@523 | 14 |
#* All Rights Reserved. |
juanpablo@523 | 15 |
#* Contributor(s): ______________________________________. |
juanpablo@523 | 16 |
#************************************************************************ |
juanpablo@523 | 17 |
|
juanpablo@378 | 18 |
log4j.rootCategory=WARN, A1 |
juanpablo@523 | 19 |
|
juanpablo@378 | 20 |
# A1 is set to be a ConsoleAppender. |
juanpablo@378 | 21 |
log4j.appender.A1=org.apache.log4j.ConsoleAppender |
juanpablo@523 | 22 |
|
juanpablo@378 | 23 |
# A1 uses PatternLayout. |
juanpablo@378 | 24 |
log4j.appender.A1.layout=org.apache.log4j.PatternLayout |
juanpablo@378 | 25 |
log4j.appender.A1.layout.ConversionPattern=%-4r [%t] %-5p %c - %m%n |
juanpablo@378 | 26 |
|
juanpablo@378 | 27 |
#log4j.category.org.openbravo.data.Sqlc=DEBUG |
juanpablo@378 | 28 |
log4j.category.org.openbravo.base.ConnectionProvider=INFO |
juanpablo@378 | 29 |
log4j.category.org.openbravo.data.Sqlc=INFO |
juanpablo@378 | 30 |
log4j.category.org.openbravo.wad=DEBUG |
juanpablo@378 | 31 |
log4j.category.org.openbravo.wad.WadUtility=WARN |