Skip to content

Hendrick/timbre-sqs

Repository files navigation

A Clojure library designed to log Timbre messages to Amazon SQS.

Installation

Boot:

Add the following to build.boot:

[com.hendrick/timbre.sqs "0.4.0"]

Leiningen:

Add the following to project.clj:

[com.hendrick/timbre.sqs "0.4.0"]

Usage

(require '[com.hendrick/timbre-sqs :refer [sqs-appender]])
(timbre/set-config! {:level :debug :appenders {:sqs-appender (sqs-appender {:queue-name "test" :application-name "uber but for dolphins"})}})
(timbre/info "A test message")

License

Copyright © 2016 Hendrick Automotive Group

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

About

A SQS appender for Timbre logging

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •