Giter Club home page Giter Club logo

Comments (2)

osiegmar avatar osiegmar commented on August 18, 2024

I don't exactly understand your use case. If you're using the API (not the XML configuration) you could easily use a custom field mapper for this. See #78 for example. Doing so programmatically is even simpler:

GelfEncoder e = new GelfEncoder();
e.addFieldMapper((event, valueHandler) -> valueHandler.accept("MY_KEY", "MY_VALUE"));

The static fields are a very basic (and limited) concept mainly for XML based configuration.

from logback-gelf.

vavrtom avatar vavrtom commented on August 18, 2024

Yes, I am using the API. In versions <=3.0.0 I was using the setStaticFields(Map<String, Object> staticFields) method in GelfEncoder initialization.

I did not want to use field mapper, because then all static fields keys are validated in the addField() method for each message, which seems redundant to me (keys will be the same). When addStaticField(String staticField) method is used, key validation is performed only during adding static field.

I just thought it could be useful for someone who was using setStaticFields() method in <=3.0.0 versions (reintroducing setStaticFields() could be another option).

If you think, it is not worth it, then issue can be closed. I am perfectly fine with the existing methods for setting static fields.

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.