Skip to content

Commit 89f8dfc

Browse files
authored
Update how-to-collect-client-logs.md
1 parent eeb1e69 commit 89f8dfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/communication-services/resources/troubleshooting/voice-video-calling/references/how-to-collect-client-logs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ setLogLevel('verbose');
2222
let logger = createClientLogger('ACS');
2323
const callClient = new CallClient({ logger });
2424

25-
// Redirect ACS calling SDK's logs
25+
// Redirect ACS Calling SDK's logs
2626
AzureLogger.log = (...args) => {
2727
// To console, file, buffer, REST API, etc...
2828
console.log(...args);

0 commit comments

Comments
 (0)