Skip to content

Commit eeb1e69

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

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 log output
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)