Skip to content

dojobear/timbre-firehose

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timbre-firehose

A Timbre appender utilizing the Amazonica library to send logs and errors to Firehose.

[timbre-firehose "0.1.1"]

Usage

(:require [taoensso.timbre :as timbre]
          [timbre-firehose.core :refer [firehose-appender])

(timbre/merge-config!
  {:appenders {:firehose (firehose-appender {:stream-name "/path/my-file.log"
                                             :credentials ["account-aws-access-key" "secret" "us-east-1"]})}})

License

Copyright © 2016 David Bernal

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

About

A KinesisFirehose appender for Timbre logging

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published