We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some of Datadogs libraries does logging, among them are ddtrace. During setup of go-datadog-lib configure Datadogs libraries to use go-logger.
ddtrace
Log data will have to be parsed and mapped to the correct go-logger functions.
go-logger
Here is any example of a Coop application configuring logging for one of Datadogs core libraries on their own:
https://github.com/coopnorge/ecom-integrations-service-v2/blob/d6fe4d29672321f4dc6d5ebec0455ba60b457000/library/private/application/option.go#L44-L61
The text was updated successfully, but these errors were encountered:
coopnorge/go-logger#100 is the proposed implementation for the logging adapter for ddtrace.
Sorry, something went wrong.
feat: Use go-logger when logging in ddtrace
9c2c8b8
Closes: #262
feat: Use go-logger when logging in ddtrace (#348)
2b23530
Successfully merging a pull request may close this issue.
Some of Datadogs libraries does logging, among them are
ddtrace
. During setup of go-datadog-lib configure Datadogs libraries to use go-logger.Log data will have to be parsed and mapped to the correct
go-logger
functions.Here is any example of a Coop application configuring logging for one of Datadogs core libraries on their own:
https://github.com/coopnorge/ecom-integrations-service-v2/blob/d6fe4d29672321f4dc6d5ebec0455ba60b457000/library/private/application/option.go#L44-L61
The text was updated successfully, but these errors were encountered: