Coder Social home page Coder Social logo

Comments (4)

jalaziz avatar jalaziz commented on June 3, 2024

I'm happy to contribute a fix, but I'm not sure what the best solution is.

The simplest solution would be to override the fields in the context, but this would break the current API which allows you to manually override fields by setting them in the context before the logger is called.

Another solution could be to support multiple context markers, one for the default context and another for the user-provided context.

from go-grpc-middleware.

johanbrandhorst avatar johanbrandhorst commented on June 3, 2024

@bwplotka refactored these for the v2 release, unfortunately I don't know what the best solution is here either.

from go-grpc-middleware.

bwplotka avatar bwplotka commented on June 3, 2024

Thanks for reporting--especially before 2.0!

This is indeed surprising and wrong. We have to establish a policy for inheriting & overriding the fields from context. Initially I thought it would be easier if those would be immutable, but for such cases it's clearly wrong idea as e.g. component is changing all the time depends where we log from. Flipped in #616

from go-grpc-middleware.

jalaziz avatar jalaziz commented on June 3, 2024

Thanks for reporting--especially before 2.0!

Just glad I caught it in our logs 🙏🏼 .

This is indeed surprising and wrong. We have to establish a policy for inheriting & overriding the fields from context. Initially I thought it would be easier if those would be immutable, but for such cases it's clearly wrong idea as e.g. component is changing all the time depends where we log from. Flipped in #616

The more I think about it, the more I agree that new should override old (that's generally what you'd expect from Context anyway). That being said, if support for overriding the fields is necessary, then I think the best option is to allow that to occur is via the WithFieldsFromContext option.

from go-grpc-middleware.

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.