jmxtrans icon indicating copy to clipboard operation
jmxtrans copied to clipboard

Create KeyOutOverWriter

Open bainss opened this issue 8 years ago • 1 comments

Allow output of jmx stats at timely intervals, overwriting the original

bainss avatar Oct 24 '16 15:10 bainss

Those log4j based output writers are problematic in quite a few ways. The main issue is that they introduce a direct dependency on log4j and on log4j internals, causing all kind of trouble. The same kind of behaviour could be achieved by using Slf4JOutputWriter and a logger configuration that outputs in with whatever appender you want.

gehel avatar Oct 24 '16 15:10 gehel