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

Adjust log level #508

Open
andreasteich opened this issue Nov 11, 2024 · 0 comments
Open

Adjust log level #508

andreasteich opened this issue Nov 11, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@andreasteich
Copy link

Is your feature request related to a problem? Please describe.
I can't find any Information about how to adjust the log level for the swift sdk. Currently the log level is really verbode and I would to like to disable it completey. Getting the following log Messages constantly after creating and joining a room:

2024-11-11T12:56:18+0100 error LiveKitSDK : [LiveKit] Room.requirePublisher() Publisher is nil
2024-11-11T12:56:18+0100 info LiveKitSDK : [LiveKit] LocalParticipant._publish(track:options:) [publish] LocalVideoTrack(sid: nil, name: video0, source: Source(rawValue: 1)) options: nil...
2024-11-11T12:56:18+0100 error LiveKitSDK : [LiveKit] Room.requirePublisher() Publisher is nil
2024-11-11T12:56:18+0100 info LiveKitSDK : [LiveKit] Room.connect(url:token:connectOptions:roomOptions:) Connecting to room...
2024-11-11T12:56:19+0100 info LiveKitSDK : [LiveKit] LocalParticipant._publish(track:options:) [publish] LocalVideoTrack(sid: nil, name: video0, source: Source(rawValue: 1)) options: nil...
2024-11-11T12:56:19+0100 error LiveKitSDK : [LiveKit] Room.requirePublisher() Publisher is nil
2024-11-11T12:56:19+0100 info LiveKitSDK : [LiveKit] LocalParticipant._publish(track:options:) [publish] LocalVideoTrack(sid: nil, name: video0, source: Source(rawValue: 1)) options: nil...
2024-11-11T12:56:19+0100 error LiveKitSDK : [LiveKit] Room.requirePublisher() Publisher is nil
2024-11-11T12:56:19+0100 info LiveKitSDK : [LiveKit] LocalParticipant._publish(track:options:) [publish] LocalVideoTrack(sid: nil, name: video0, source: Source(rawValue: 1)) options: nil...
2024-11-11T12:56:19+0100 error LiveKitSDK : [LiveKit] Room.requirePublisher() Publisher is nil
2024-11-11T12:56:19+0100 info LiveKitSDK : [LiveKit] LocalParticipant._publish(track:options:) [publish] LocalVideoTrack(sid: nil, name: video0, source: Source(rawValue: 1)) options: nil...
2024-11-11T12:56:19+0100 error LiveKitSDK : [LiveKit] Room.requirePublisher() Publisher is nil
2024-11-11T12:56:19+0100 info LiveKitSDK : [LiveKit] LocalParticipant._publish(track:options:) [publish] LocalVideoTrack(sid: nil, name: video0, source: Source(rawValue: 1)) options: nil...

After all, connection and transmission of video and audio track is working just fine.

@andreasteich andreasteich added the enhancement New feature or request label Nov 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants