Browse Source

auto acp scripted

dev
jfinn 5 years ago
parent
commit
1b0a90c56a
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      logging_config.js

+ 1
- 1
logging_config.js View File

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

Loading…
Cancel
Save