降低日志级别
This commit is contained in:
parent
7abc7a19cf
commit
c786e05302
2
index.js
2
index.js
@ -5,7 +5,7 @@ import { exec } from 'child_process'
|
|||||||
|
|
||||||
// 创建 TURN 服务器
|
// 创建 TURN 服务器
|
||||||
const turnServer = new turn({
|
const turnServer = new turn({
|
||||||
debugLevel: 'INFO', // ALL, DEBUG, INFO, WARN, ERROR, NONE
|
debugLevel: 'WARN', // ALL, DEBUG, INFO, WARN, ERROR, NONE
|
||||||
})
|
})
|
||||||
|
|
||||||
// 启动 TURN 服务器
|
// 启动 TURN 服务器
|
||||||
|
Loading…
Reference in New Issue
Block a user