lintool / twitter-tools

Twitter Tools
twittertools.cc
218 stars 100 forks source link

Compress statuses on hourly rollover #7

Closed myleott closed 11 years ago

myleott commented 11 years ago

If we use a log4j.rolling.RollingFileAppender from apache-log4j-extras, instead of a DailyRollingFileAppender, we get automatic gzip compression of the statuses on the scheduled (hourly) rollovers.

lintool commented 11 years ago

Thanks for the contribution! I'll fast-forward my branch and adopt yours as head.