浏览代码

auto acp scripted

dev
jfinn 5 年前
父节点
当前提交
1b0a90c56a
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1
    1
      logging_config.js

+ 1
- 1
logging_config.js 查看文件

@@ -5,7 +5,7 @@ var loggingConfig = {
5 5
     // default log level for the app and lib-jitsi-meet
6 6
     // defaultLogLevel: 'trace',
7 7
     defaultLogLevel: 'error',
8
-    defaultLogLevel: 'none',
8
+    // defaultLogLevel: 'none',
9 9
 
10 10
     // Option to disable LogCollector (which stores the logs on CallStats)
11 11
     disableLogCollector: true,

正在加载...
取消
保存