Browse Source

Changed media example log level to warning

Paul-Louis Ageneau 5 năm trước cách đây
mục cha
commit
7489e3851e
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      examples/media/main.cpp

+ 1 - 1
examples/media/main.cpp

@@ -38,7 +38,7 @@ using nlohmann::json;
 
 
 int main() {
 int main() {
 	try {
 	try {
-		rtc::InitLogger(rtc::LogLevel::Debug);
+		rtc::InitLogger(rtc::LogLevel::Warning);
 		auto pc = std::make_shared<rtc::PeerConnection>();
 		auto pc = std::make_shared<rtc::PeerConnection>();
 
 
 		pc->onStateChange(
 		pc->onStateChange(