diff --git a/index.js b/index.js index 40ad95c..10bdfaa 100644 --- a/index.js +++ b/index.js @@ -5,7 +5,7 @@ import { exec } from 'child_process' // 创建 TURN 服务器 const turnServer = new turn({ - debugLevel: 'INFO', // ALL, DEBUG, INFO, WARN, ERROR, NONE + debugLevel: 'WARN', // ALL, DEBUG, INFO, WARN, ERROR, NONE }) // 启动 TURN 服务器