logdna / ruby

Ruby library for logging to LogDNA
MIT License
17 stars 20 forks source link

Logger doesn't support 'add' method #41

Open gommo opened 2 years ago

gommo commented 2 years ago

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 commented 1 year ago

Facing same issues

DEBUG -- : add not supported in LogDNA logger

jsumners commented 1 year ago

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 commented 1 year ago

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