Export to GitHub

masstransit - issue #2

Add Logging to Queue Interactions to troubleshoot issues


Posted on Dec 27, 2007 by Swift Cat

What steps will reproduce the problem? 1. Run any unit test 2. 3.

No logging is currently performed, but I would like to see logging from the transports.

Comment #1

Posted on Dec 27, 2007 by Swift Cat

(No comment was entered for this change.)

Comment #2

Posted on Dec 27, 2007 by Swift Cat

Integrated log4net.config into test project.

Still need to add logging to components in .ServiceBus

Comment #3

Posted on Dec 27, 2007 by Swift Rabbit

I will look into adding Castle.Core ILogger into every component.

Comment #4

Posted on Jan 3, 2008 by Swift Cat

Looking at creating a special log formatting for message tracing apart from the regular logging in order to troubleshoot issues at a level slightly above DEBUG.

Comment #5

Posted on Jan 3, 2008 by Swift Rabbit

Example?

FATAL ERROR WARN INFO DEBUG

These are not sufficient? That's totally cool. What about using the NDC stuff?

Comment #6

Posted on Jan 4, 2008 by Swift Cat

NDC?

I think INFO would be good for messages being put onto and taken off the queue. Right now there is a lot of extra information.

I'd also like to come up with a formatter for the queue interactions that is easier to visualize in a log viewer to see the in/out transitions.

Comment #7

Posted on Jan 6, 2008 by Swift Rabbit

(No comment was entered for this change.)

Status: Fixed

Labels:
Type-Enhancement Priority-Medium