Liking cljdoc? Tell your friends :D

duct.logger.honeybadger

A Timbre appender that sends log events into Honeybadger for Duct framework.

This library DOES NOT include Timbre nor Honeybadger. A host project has to include itself.

Build Status Dependencies Status License

Leiningen/Boot

To install, add the following to you project :dependencies:

[duct.logger.honeybadger "0.2.0"]

Documentation

Add following configuration into project's config:

{:duct.logger.honeybadger/timbre
 {:config {:api-key "YOUR-SECRET-KEY"
           :env :development}}
  :options {:min-level :warn}

 :duct.logger/timbre
 {:appenders {:duct.logger.honeybadger/timbre #ig/ref :duct.logger.honeybadger/timbre
              :duct.logger.timbre/brief #ig/ref :duct.logger.timbre/brief}}}

Can you improve this documentation?Edit on GitHub

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close