/logentries-timbre-appender

Timbre appender for logentries.com

Primary LanguageClojureEclipse Public License 1.0EPL-1.0

logentries-timbre-appender

Build Status Clojars Project

A logger for logentries for use with timbre.

Usage

(timbre/set-config!
 {:appenders
  {:logentries
   (logentries-appender "my-logentries-log-token"
                        {:user-tags {:any-random "values you want to add to every message"}})}})

Uploading to clojars

  • clojure -A:jar
  • clojure -Spom
  • Edit pom.xml, fix the groupId, artifactId, version
  • CLOJARS_USERNAME=user CLOJARS_PASSWORD=password clojure -A:deploy

See tools.deps tools for more information.

License

Copyright © 2018 Yummly

Distributed under the Eclipse Public License either version 1.0 or (at your option) any later version.