Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Logging integration for 3rd party libraries that directly use Go logging #10

Open
benhalstead opened this issue Apr 15, 2019 · 0 comments

Comments

@benhalstead
Copy link
Member

The behaviour for 3rd party code that directly uses Go's https://golang.org/pkg/log/ logging framework running within a Granitic application is currently undefined.

This issue is to:

  1. Explore and document the current behaviour (in the reference manual)
  2. Propose a solution for managing making sure that this sort of code plays nicely with Granitic's logging framework.

Ideally we'd like to be able to intercept the logging calls of the 3rd party code and control the output using standard Granitic concepts (components, log levels etc)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant