Code Search for Developers
 
 
  

log4jfinalist-negest.xml from Negest at Krugle


Show log4jfinalist-negest.xml syntax highlighted

<?xml version="1.0" encoding="UTF-8" ?>
<!--
   Logging configuration for web- and EJB-container using Log4j 1.1.3 or later

   When using JBoss be sure that not to include log4.jar in war-file, since
   JBoss is using Log4j.
 -->


<!DOCTYPE log4j:configuration SYSTEM "log4j.dtd">

<log4j:configuration xmlns:log4j="http://jakarta.apache.org/log4j/"
                     debug="true">

  <!-- console-appender -->
  <appender name="console_appender" class="org.apache.log4j.ConsoleAppender">
    <layout class="org.apache.log4j.PatternLayout">
      <param name="ConversionPattern"
             value="%5p %c{3} %d{ISO8601} - %m%n" />
<!-- Other patterns:
      <param name="ConversionPattern"
             value="%d %-5p [%t] %C{2} (%F:%L) - %m%n"/>
      <param name="ConversionPattern"
             value="-%5p %d{HH:mm:ss,SSS} (%F@%M:%L) [%t] - %m%n" />
      <param name="ConversionPattern"
             value="%5p %c %d{yyyy-MM-dd HH:mm:ss} :: %m%n" />
-->
    </layout>
  </appender>
  <!-- put appender in async-wrapper to gain performance -->
  <appender name="console_appender_async" class="org.apache.log4j.AsyncAppender">
    <appender-ref ref="console_appender"/>
  </appender>

   <appender name="file_appender" class="org.apache.log4j.RollingFileAppender">
      <param name="Append" value="true" />
      <param name="File" value="${com.finalist.logDir}/negest.log" />
      <param name="MaxBackupIndex" value="5" />
      <param name="MaxFileSize" value="50MB" />
      <layout class="org.apache.log4j.PatternLayout">
         <param name="ConversionPattern"
                value="%5p %c{3} %d{ISO8601} - %m%n" />
      </layout>
   </appender>
   <!-- put appender in async-wrapper to gain performance -->
   <appender name="file_appender_async" class="org.apache.log4j.AsyncAppender">
      <appender-ref ref="file_appender" />
   </appender>

   <category name="tk.sabreWulf.negest">
      <priority value="debug" />
      <appender-ref ref="file_appender_async" />
   </category>
   
   <category name="org.apache.commons.beanutils">
      <priority value="fatal" />
      <appender-ref ref="file_appender_async" />
      <appender-ref ref="console_appender_async" />
   </category>

</log4j:configuration>




See more files for this project here

Negest

This project aims to offer the SOHO integrated platform to track their customers, the events generated by/with them, the orders and billing, warehouses, customer locations and equipment. Its a CMP/ERP, with its focus on water treatment business, for this

Project homepage: http://sourceforge.net/projects/negest
Programming language(s): Java,XML
License: other

  META-INF/
    application.xml
    hibernate.properties
    jboss-app.xml
  WEB-INF/
    error.tld
    finalist.tld
    global-forwards.xml
    struts-actions.xml
    struts-bean.tld
    struts-config_1_2.dtd
    struts-ext.tld
    struts-form.tld
    struts-html.tld
    struts-logic.tld
    struts-message-resources.xml
    struts-nested.tld
    struts-plugins.xml
    struts-tiles.tld
    struts.tld
    validation.xml
    validator-rules.xml
    web.xml
  jmeter/
    collapse.jpg
    expand.jpg
    jmeter-results-detail-report.xsl
    negest.jmx
  ApplicationResources.properties
  ApplicationResources_en_US.properties
  ApplicationResources_nl.properties
  checkstyle.properties
  finalist_checks.xml
  lib.dtd
  lib.xml
  log4jfinalist-negest.xml
  negest-mysql-ds.xml
  persistence.xml