Skip to content

Replace Direct Console Statements with Proper Logger Infrastructure #16682

@PritamP20

Description

@PritamP20

What happened?

The codebase currently has direct 'console.log' and 'console.error' statements in production code that bypass the project's established logging infrastructure

Why this is an issue

The project has a well managed logging infra using @jitsi/logger, but these direct console statements affects the benefits of this login and creates a inconsistency in the logging

#Proposed solution
Replace direct console statements with the proper loger infra statements

Platform

  • Chrome (or Chromium based)
  • Firefox
  • Safari
  • Other desktop browser
  • Android browser
  • iOS browser
  • Electron app
  • Android mobile app
  • iOS mobile app
  • Custom app using a mobile SDK

Browser / app / sdk version

Chrome, Firefox, safari, other desktop browser

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions