Re: Distributed Logging Experiences

2012-04-18 Thread Dave Walker
Looks good.. Cheers will let you know how we get on On 19 Apr 2012, at 03:41, Tristan Reeves wrote: log4net has a RabbitMQ appender, so that messages go to a RabbitMQ queue. http://nuget.org/packages/log4net.RabbitMQAppender http://www.rabbitmq.com/ Maybe that will help you? Regards, Tristan

Re: Distributed Logging Experiences

2012-04-18 Thread Tristan Reeves
log4net has a RabbitMQ appender, so that messages go to a RabbitMQ queue. http://nuget.org/packages/log4net.RabbitMQAppender http://www.rabbitmq.com/ Maybe that will help you? Regards, Tristan. On Fri, Apr 6, 2012 at 11:20 PM, Dave Walker wrote: > Hey guys, > > looking for ideas or proven expe

Re: Distributed Logging Experiences

2012-04-07 Thread Dave Walker
Currently running on approx 125 nodes grown from 50 over the past six months on demand - we have to expect that to continue so are anticipating 200 in the next six months. On top of that we have a staging environment which has about 20 nodes. We do a *lot* of complex processing on them due to the n

RE: Distributed Logging Experiences

2012-04-06 Thread Ken Schaefer
: ozdotnet@ozdotnet.com Subject: Distributed Logging Experiences Hey guys, looking for ideas or proven experiences involving logging from larger applications e.g. 200+ web nodes. Our current system of log4net into files on each server is quickly proving to be a nightmare - We are struggling to find

Re: Distributed Logging Experiences

2012-04-06 Thread Preet Sangha
I wonder if this could be easily extended to a cloud solution. MSMQ locally and then HTTP offsite to an EC2 type beast to aggregate and correlate On 7 April 2012 10:35, Joseph Cooney wrote: > I've seen people use msmq to write a log entry locally and have it read > from the local machine into a

Re: Distributed Logging Experiences

2012-04-06 Thread Joseph Cooney
I've seen people use msmq to write a log entry locally and have it read from the local machine into a centralized location, but that was on a system with only about 20 web nodes. I've also seen ppl write to the windows event log, and use monitoring tools like SCOM to aggregate (also on about 20

Distributed Logging Experiences

2012-04-06 Thread Dave Walker
Hey guys, looking for ideas or proven experiences involving logging from larger applications e.g. 200+ web nodes. Our current system of log4net into files on each server is quickly proving to be a nightmare - We are struggling to find out when, where, how and why things are breaking because of the