Git Product home page Git Product logo

bz1374457's Introduction

Reproducer of BZ1374457 "Logging profile with apache commons does not work in JBoss EAP 6"

WARNING: build.sh deletes files under JBOSS_HOME! Do not run it before you look what it does!

To run the reproducer, set JBOSS_HOME environment variable first

export JBOSS_HOME="/path/to/jboss-eap-6.4"

Then run build.sh in the directory of this README

./build.sh -eap6 # for EAP 6
# or
./build.sh -eap7 # for EAP 7

Then visit the app-1 and app-2 which will produce some log statements.

In this revision of the reproducer, we apply the workaround proposed by James Perkins in WFCORE-254:

  1. We include jcl-over-slf4j.jar in the wars and

  2. We exclude org.apache.commons.logging in the jboss-deployment-structure.xml.

With this workaround, the log statements issued from the two apps go to the proper separate files $JBOSS_HOME/standalone/log/app-1.log $JBOSS_HOME/standalone/log/app-2.log .

bz1374457's People

Contributors

ppalaga avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.