Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Log level of LJM is always info #14862

Open
2 of 11 tasks
vpzomtrrfrt opened this issue Jun 21, 2024 · 1 comment
Open
2 of 11 tasks

Log level of LJM is always info #14862

vpzomtrrfrt opened this issue Jun 21, 2024 · 1 comment

Comments

@vpzomtrrfrt
Copy link

What happened?

Setting a log level in config.js appears to work for jitsi-meet itself, but lib-jitsi-meet still uses the info level.

Probably due to jitsi/lib-jitsi-meet@024c98f, which appears to run after the config handling

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

115.12.0esr

Relevant log output

2024-06-21T22:57:54.283Z [features/base/redux] <persistState>:  redux state persisted. 7e4e0bd1719dde9dac6b98c66b79db38 -> 2d3230225dcc921a9a49ca3444e85586 Logger.js:155:18
2024-06-21T22:57:54.286Z [features/base/sounds] PLAY_SOUND: no sound found for id: RECORDING_OFF_SOUND Logger.js:155:18
2024-06-21T22:57:54.374Z [modules/UI/videolayout/VideoLayout.js] <updateLargeVideo>:  Ignoring large video update with user id local: large video not initialized yet! Logger.js:155:18
2024-06-21T22:57:54.390Z [features/base/config] <bD/</<>:  Extending config with: {"logging":{"defaultLogLevel":"error"}} Logger.js:155:18
2024-06-21T22:57:54.395Z [JitsiMeetJS.ts] <init>:  This appears to be firefox, ver: 115.0 Logger.js:155:26
2024-06-21T22:57:54.395Z [modules/statistics/LocalStatsCollector.js] <803/_i.connectAudioContext>:  Connecting audio context Logger.js:155:26
An AudioContext was prevented from starting automatically. It must be created or resumed after a user gesture on the page. LocalStatsCollector.js:176:14
2024-06-21T22:57:55.728Z [modules/RTC/RTCUtils.js] <_onMediaDevicesListChanged>:  list of media devices has changed:
Array(14) [ MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, … ]
Logger.js:155:26
2024-06-21T22:57:55.850Z [modules/RTC/RTCUtils.js] <803/obtainAudioAndVideoPermissions/s<>:  Got media constraints:  {"video":{"height":{"ideal":720,"max":720,"min":180},"width":{"ideal":1280,"max":1280,"min":320},"facingMode":"user"},"audio":{"autoGainControl":true,"echoCancellation":true,"noiseSuppression":true}} Logger.js:155:26
2024-06-21T22:58:07.234Z [modules/RTC/RTCUtils.js] <803/_getUserMedia/</<>:  onUserMediaSuccess Logger.js:155:26
2024-06-21T22:58:07.403Z [modules/RTC/RTCUtils.js] <_onMediaDevicesListChanged>:  list of media devices has changed:
Array(14) [ MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, MediaDeviceInfo, … ]
Logger.js:155:26

Reproducibility

  • The problem is reproducible on meet.jit.si

More details?

No response

@saghul
Copy link
Member

saghul commented Jun 22, 2024

Hum. I'll double check. The log level should de be initialized after lib-jitsi-meet is initialized.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants