ryantenney / log4j-redis-appender

log4j appender writing straight to Redis
Other
33 stars 26 forks source link

allow user to set daemonThread for thread factory #1

Closed turtlebender closed 10 years ago

turtlebender commented 10 years ago

We ran into a problem where we had many, many workers staying alive because the redis appender thread was blocking. This allows the user to specify if it should be a daemon thread or not.

ryantenney commented 10 years ago

Thanks!

ryantenney commented 10 years ago

I released version 1.0.1 with this fix, it should be available from maven central within a couple hours!

turtlebender commented 10 years ago

thanks!

On Tue, Feb 18, 2014 at 5:06 PM, Ryan Tenney notifications@github.comwrote:

I released version 1.0.1 with this fix, it should be available from maven central within a couple hours!

Reply to this email directly or view it on GitHubhttps://github.com/ryantenney/log4j-redis-appender/pull/1#issuecomment-35446664 .

Tom Howe Bender of Turtles