RestComm / Restcomm-Connect

The Open Source Cloud Communications Platform
http://www.restcomm.com/
GNU Affero General Public License v3.0
244 stars 215 forks source link

Would be very handy to be able to better correlate calls from Restcomm logs #940

Open atsakiridis opened 8 years ago

atsakiridis commented 8 years ago

More specifically say we have a Restcomm application that calls a Restcomm client. Would be nice if from the logs we could correlate the call towards Restcomm with the second call originating at restcomm, which is the result of the first call and RCML logic.

That helps especially when debugging huge traffic and trying to figure out what is going on

atsakiridis commented 8 years ago

In the same context it would help if in the following Restcomm log the SIP client username was printed too, to be able to correlate the log with the user it affects:

15:11:32,840 ERROR org.mobicents.servlet.restcomm.telephony.CallManager The SIP Client is not registered or does not exist

@gvagenas is that possible?