05-18-2016 07:20 AM
We have a customer that is attempting to reduce jtapi logging in high call flow environment. If they need to reduce JTAPI log volumes, what is the minimum output values required for debugging, and which ones can be safely turned off?
Thank you.
Solved! Go to Solution.
05-18-2016 10:01 AM
PROTOCOL_DEBUGGING is one that takes up space and can be turned off if we have CTI logs to tell us what events are sent out. Without CTI logs and PROTOCOL_DEBUGGING we will loose debugging capability for some scenarios.
Only combination we had success is with CTIManager logs with JTAPI PROTOCOL_DEBUGGING turned off.
05-18-2016 07:29 AM
That is, which of these can be eliminated:
INFORMATIONAL
DEBUG
WARNING
JTAPI_DEBUGGING
JTAPIIMPL_DEBUGGING
CTI_DEBUGGING
CTIIMPL_DEBUGGING
PROTOCOL_DEBUGGING
MISC_DEBUGGING
05-18-2016 08:46 AM
If we have corresponding CTIManager logs we could potentially turn off the following
CTI_DEBUGGING
CTIIMPL_DEBUGGING
PROTOCOL_DEBUGGING
05-18-2016 09:38 AM
Thanks Mohan. Are there any that could be turned of even without CTIManager logs?
05-18-2016 10:01 AM
PROTOCOL_DEBUGGING is one that takes up space and can be turned off if we have CTI logs to tell us what events are sent out. Without CTI logs and PROTOCOL_DEBUGGING we will loose debugging capability for some scenarios.
Only combination we had success is with CTIManager logs with JTAPI PROTOCOL_DEBUGGING turned off.
05-18-2016 10:09 AM
Thanks Mohan.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide