Commit graph

9 commits

Author SHA1 Message Date
dan
05330c6a9d Merge branch 'hw-updates' into ez-recover-errors
Conflicts:
	pipeline.go
	redshift_basic_emitter.go
2015-05-15 13:15:20 -07:00
dan
b045031df8 add default logger to remove panics caused by initialization 2015-05-15 12:32:45 -07:00
dan
efa20e0ff6 Merge branch 'master' into hw-logger-interface
Conflicts:
	pipeline.go
	redshift_basic_emitter.go
	redshift_manifest_emitter.go
	s3_emitter.go
	s3_manifest_emitter.go
2015-05-15 12:03:07 -07:00
Harlow Ward
cd71fd41bc Add Logger interface
To allow for different logging endpoints we'll introduce a Logger
interface that will be passed into the pipeline during initialization.

* Add Logger interface
* Use logger interface in pipeline and emitters
2015-05-03 21:01:14 -07:00
dan
e3efa383c1 change dependency on log4go to different folder 2015-04-06 11:38:20 -07:00
dan
18163c1599 change the l4g.Critical, os.Exit combo to log.Fatal, because l4g defers output so the critical logs are not being seen 2015-04-04 10:24:23 -07:00
dan
d746c2529a more log4go additions 2015-04-03 23:14:08 -07:00
dan
02a9d5d173 use log4go output 2015-04-03 23:05:49 -07:00
Harlow Ward
106f0d66bb Add Redshift Manifest functionality
Use a manifest file for batch importing files uploaded to S3.
2014-12-10 21:59:42 -08:00