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
The namespace name here: https://github.com/ptaoussanis/timbre/blob/master/src/taoensso/timbre/appenders/3rd_party/newrelic.clj#L1
is taoensso.timbre.appenders.3rd-party.appenders.newrelic
Its file name suggests that the namespace should instead be: taoensso.timbre.appenders.3rd-party.newrelic
Files containing namespaces with "mismatched" names can cause problems for tools like Leiningen, or sometimes for Clojure's require
The text was updated successfully, but these errors were encountered:
Thanks Andy, this was a typo- fixed on master!
Sorry, something went wrong.
[#246] [3rd-party appender] Newrelic: fix ns typo (@jafingerhut)
68673fc
No branches or pull requests
The namespace name here: https://github.com/ptaoussanis/timbre/blob/master/src/taoensso/timbre/appenders/3rd_party/newrelic.clj#L1
is taoensso.timbre.appenders.3rd-party.appenders.newrelic
Its file name suggests that the namespace should instead be: taoensso.timbre.appenders.3rd-party.newrelic
Files containing namespaces with "mismatched" names can cause problems for tools like Leiningen, or sometimes for Clojure's require
The text was updated successfully, but these errors were encountered: