统一日志名字

This commit is contained in:
yj 2024-12-09 11:20:47 +08:00
parent 234665d08d
commit a20c833de0
1 changed files with 1 additions and 1 deletions

View File

@ -45,7 +45,7 @@ export const agora = {
rtcEngine = createAgoraRtcEngine();
await rtcEngine.initialize({
appId: data,
logConfig: { filePath: path.resolve(os.homedir(), "./errorAgora.log") }
logConfig: { filePath: path.resolve(os.homedir(), "./agorasdk.log") }
});
if (bool) {
await agora.setDeviceManager()