- better logging + initial sips: tests

This commit is contained in:
Dmytro Bogovych
2021-12-19 13:52:01 +02:00
parent 634fc3ac8c
commit 616498e8a2
2 changed files with 4 additions and 1 deletions

View File

@@ -93,7 +93,7 @@ void UserAgent::start()
}
// Initialize resip loggег
resip::Log::initialize(resip::Log::OnlyExternal, resip::Log::Info, "Client", *this);
resip::Log::initialize(resip::Log::OnlyExternal, resip::Log::Debug, "Client", *this);
// Build list of nameservers if specified
resip::DnsStub::NameserverList nslist;