Browse Source

Changed media example log level to warning

Paul-Louis Ageneau 5 years ago
parent
commit
7489e3851e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/media/main.cpp

+ 1 - 1
examples/media/main.cpp

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