1.sip日志等级

This commit is contained in:
cuizhibin 2025-04-22 14:47:02 +08:00
parent 2031d81029
commit be07477cc7
1 changed files with 2 additions and 1 deletions

View File

@ -71,7 +71,8 @@ public class SipLayer {
if (log.isDebugEnabled()) {
properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "DEBUG");
}
properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "WARN");
// sip日志等级
properties.setProperty("gov.nist.javax.sip.TRACE_LEVEL", "ERROR");
sipStack = sipFactory.createSipStack(properties);
return sipStack;