Skip to content

Commit

Permalink
Change logging severity
Browse files Browse the repository at this point in the history
  • Loading branch information
shepeliev committed Sep 25, 2024
1 parent 0bba8a5 commit 9e4d051
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample/iosApp/iosApp/iOSApp.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ struct iOSApp: App {
}

init() {
WebRtc.shared.configure(loggingSeverity: .rtcloggingseveritywarning)
WebRtc.shared.configure(loggingSeverity: .rtcloggingseverityinfo)
}
}

0 comments on commit 9e4d051

Please sign in to comment.