JeremyGrosser / tablesnap

Uses inotify to monitor Cassandra SSTables and upload them to S3
BSD 2-Clause "Simplified" License
181 stars 86 forks source link

Allow UploadHandler class and backup_files() to be passed log param #9

Closed osabina closed 12 years ago

osabina commented 12 years ago

I'm importing tablesnap methods and using them in a larger construct where it's very useful for me to set up my own logging. I figure I may not be the only one.

This could be pushed further by refactoring this into a library and (tiny) executable but that seemed heavy handed for now.

JeremyGrosser commented 12 years ago

Rebased against master and merged.