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

Logger doesn't support 'add' method #41

Open
gommo opened this issue Apr 30, 2022 · 3 comments
Open

Logger doesn't support 'add' method #41

gommo opened this issue Apr 30, 2022 · 3 comments

Comments

@gommo
Copy link

gommo commented Apr 30, 2022

D, [2022-05-01T09:09:23.361998 #45439] DEBUG -- : add not supported in LogDNA logger

This litters our development logs. Any reason why it's been built to not support this operation?

@fameoflight
Copy link

Facing same issues

DEBUG -- : add not supported in LogDNA logger

@jsumners
Copy link

How do such invocations happen? I assume it has something to do with https://ruby-doc.org/stdlib-2.4.0/libdoc/logger/rdoc/Logger.html#method-i-add-label-Args . Those docs even recommend using the named methods.

@fameoflight
Copy link

Third party library that expect logger implementation to match original logger.

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

No branches or pull requests

3 participants