Re: Logger hierarchies in ZK?

2010-07-20 Thread Eric Hauser
app doesn't speak ZK this might be > a good solution. > > --travis > > > > > > > On Tue, Jul 20, 2010 at 5:38 PM, wrote: > > > > > Has anyone experimented with storing logger hierarchies in ZK? I'm > looking > > > for a mechanism to d

Re: Logger hierarchies in ZK?

2010-07-20 Thread Travis Crawford
m/twitter/twitcher Short version is a single daemon sets your watches and triggers local actions when stuff happens. If your app doesn't speak ZK this might be a good solution. --travis > > On Tue, Jul 20, 2010 at 5:38 PM, wrote: > > > Has anyone experimented with storing

Re: Logger hierarchies in ZK?

2010-07-20 Thread Ted Dunning
It is pretty easy to keep configuration files in general in ZK and reload them on change. Very handy some days! On Tue, Jul 20, 2010 at 5:38 PM, wrote: > Has anyone experimented with storing logger hierarchies in ZK? I'm looking > for a mechanism to dynamically change logger settin

Logger hierarchies in ZK?

2010-07-20 Thread ewhauser
Has anyone experimented with storing logger hierarchies in ZK? I'm looking for a mechanism to dynamically change logger settings across a cluster of daemons. An app that connects to all servers via JMX would solve the problem; but we have a number of subsystems that do not run on the J