Skip to content
Snippets Groups Projects
Unverified Commit 4806e71f authored by Anton Georgiev's avatar Anton Georgiev Committed by GitHub
Browse files

ConnectionStatus - log info on 'warning'

Until now we only logged for `normal`, `danger` and `critical` leading to some ambiguity in log analysis
parent d8fbcc60
No related branches found
No related tags found
No related merge requests found
......@@ -11,8 +11,6 @@ const logConnectionStatus = (meetingId, userId, status, type, value) => {
Logger.info(`Connection status updated: meetingId=${meetingId} userId=${userId} status=${status} type=${type}`);
break;
case 'warning':
// Skip
break;
case 'danger':
case 'critical':
switch (type) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment