Przeglądaj źródła

move the tpc transform logs to debug

jitsi-meet has been changed to have tpc.js on info by default, so these
logs still won't show by default.
dev1
bbaldino 7 lat temu
rodzic
commit
2aa85ad171
1 zmienionych plików z 3 dodań i 1 usunięć
  1. 3
    1
      modules/RTC/TraceablePeerConnection.js

+ 3
- 1
modules/RTC/TraceablePeerConnection.js Wyświetl plik

@@ -213,7 +213,9 @@ export default function TraceablePeerConnection(
213 213
 
214 214
     // override as desired
215 215
     this.trace = (what, info) => {
216
-        /* logger.warn('WTRACE', what, info);
216
+        logger.debug(what, info);
217
+
218
+        /*
217 219
         if (info && RTCBrowserType.isIExplorer()) {
218 220
             if (info.length > 1024) {
219 221
                 logger.warn('WTRACE', what, info.substr(1024));

Ładowanie…
Anuluj
Zapisz