Giter Site home page Giter Site logo

Comments (3)

ceki avatar ceki commented on August 18, 2024

In 1.3.x and until logback 1.5.4, Joran performed configuration using two distinct steps. It first read XML file (or files) and transformed it (or them) into an internal model. The model was processed separately using a processor which delegated processing to ModelHandlers. However, the ingestion of included XML files occurred in a much earlier step before the model was processed.

In logback 1.5.5 and later, the ingestion of included XML files occurs during model processing which allows for more coherent treatment of included files. For exact changes see commit af92be4 fixing issue LOGBACK-1746 as well as LOGBACK-1732, LOGBACK-1760 and LOGBACK-1746.

As for as I can tell, the problem is most likely due to the Spring Boot not having updated its code to work with version 1.5.5. Are you using Spring Boot?

from logback.

ceki avatar ceki commented on August 18, 2024

Related to spring-projects/spring-boot#40491

from logback.

coinzz avatar coinzz commented on August 18, 2024

Ah yes thanks, we are using spring boot 3.2.x. Guess we will wait to use logback >= 1.5.5 after spring has fixed this issue :)

from logback.

Related Issues (20)

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.