[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Sip] SIP Tracing Facility



On Fri, 2009-03-06 at 12:59 -0500, Eric Burger wrote:
> Wouldn't SIP-CLF be a better way to go?

Not really, because log files slice the universe of data the wrong way.
A log file tells everything that happens at a particular element, almost
all of which is irrelevant regarding a particular transaction.

Transaction tracing is to extract the data relevant to a particular
transaction, across all elements that handle that transaction.  In many
cases, the person doing the trace is not and should not be authorized to
see the log of the elements the transaction traverses -- but they should
be authorized to see what happened to that one transaction.

Dale