What is the advantage of “Disable verbose logging for Chat messages”? | Adobe Connect
DESCRIPTION: What is the advantage of “Disable verbose logging for Chat messages”?
ENVIRONMENT:
- Adobe Connect Hosted/On-premise
- Adobe Connect 11 and above
SOLUTION:
- If we check this option “Disable verbose logging for Chat messages” then in the application.log created on the server for a specific Meeting session you will not see the text typed by users in Chat Pod. It will show this without the text:
2021-08-17 14:41:05 104040 (s)2641173 ###CHAT### – server entry is created, from : Bishwajit Chaudhary to : undefined –
2021-08-17 14:41:05 104040 (s)2641173 FtChat::isSecureClientCallToPodFunctions is called for function: setTypingStatus –
- If we uncheck this option “Disable verbose logging for Chat messages” then in the application.log created on the server for specific session of the meeting you will see the text typed by users in Chat Pod. It will show this without the text:
2021-08-17 14:39:29 9516 (s)2641173 ###CHAT### – server entry is created with text : nfjfjfjff from : Bishwajit Chaudhary to : undefined –
2021-08-17 14:39:29 9516 (s)2641173 FtChat::isSecureClientCallToPodFunctions is called for function: setTypingStatus –