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.
To install, add the following to you project :dependencies:
[duct.logger.honeybadger "0.2.0"]
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 builds & hosts documentation for Clojure/Script libraries
| Ctrl+k | Jump to recent docs |
| ← | Move to previous article |
| → | Move to next article |
| Ctrl+/ | Jump to the search field |