Giter VIP home page Giter VIP logo

Comments (3)

osiegmar avatar osiegmar commented on July 21, 2024

As a log appender for Logback, this library forwards anything to Graylog as long as Logback is configured accordingly. Please check your logback configuration. You may want to start with simpler configuration as shown in this projects README. It seems that you currently route specific logs to console only.

from logback-gelf.

senolatac avatar senolatac commented on July 21, 2024

@osiegmar thanks for your reply but it looks like a problem on others as well: https://community.graylog.org/t/unable-to-see-stracktrace-in-graylog/24817

from logback-gelf.

osiegmar avatar osiegmar commented on July 21, 2024

From what I can see in that post from 2022, that guy had two different log libraries in place!

The line starting with 2022-07-17 14:06:49,307 is from logback and that line was also sent to Graylog.
The line Jul 17, 2022 2:06:49 PM was most likely produced by java.util.logging or some other log library but not from Logback!

For consistent logging you need to make sure that all Logs are sent via Logback. Besides Logback and SLF4J, no other log library must exist on classpath. If other dependencies require commons-logging, java.util.logging or some other log libraries, you need to bridge them – see https://www.slf4j.org/legacy.html.

from logback-gelf.

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.