Coder Social home page Coder Social logo

logback-starwars's People

Contributors

ceki avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

logback-starwars's Issues

Logging Context not switching for the Static Logger in Shared Library using Context Discriminator

logback.txt
I am using the logback-starwars project and created the attached logback.xml which is placed in the tomcat/lib folder.

Both the kenobi and yoda applications have the following entries in the web.xml:

JNDI logging context for this app logback/context-name java.lang.String yoda logback/configuration-resource java.lang.String logback.xml

When I hit the URL: http://localhost:8080/kenobi/servlet, kenobi.log is created and I can see the following in the file:

DEBUG c.qos.starwars.kenobi.KenobiServlet kenobi - in doGet()
DEBUG ch.qos.starwars.shared.Mustafar kenobi - in Mustafarrrr foo()

Now, I hit URL http://localhost:8080/yoda/servlet, yoda.log gets created and has 1 log in it as:

DEBUG ch.qos.starwars.yoda.YodaServlet yoda - in doGet()

But, the Shared Library log is appended in to kenobi.log with the incorrect context as shown below:

DEBUG ch.qos.starwars.shared.Mustafar kenobi - in Mustafarrrr foo()

I have used the JNDI contextName variable in the logback.xml for switching the contexts, but the JNDIContext Discriminator doesnt seem to work here.

Can you please let me know if anything is incorrect here?

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.