@@ -877,19 +877,19 @@ void ApiListener::SyncClient(const JsonRpcConnection::Ptr& aclient, const Endpoi
877
877
* before the logs are replayed.
878
878
*/
879
879
880
- Log (LogInformation , " ApiListener" )
880
+ Log (LogNotice , " ApiListener" )
881
881
<< " Sending config updates for endpoint '" << endpoint->GetName () << " ' in zone '" << eZone->GetName () << " '." ;
882
882
883
883
/* sync zone file config */
884
884
SendConfigUpdate (aclient);
885
885
886
- Log (LogInformation , " ApiListener" )
886
+ Log (LogNotice , " ApiListener" )
887
887
<< " Finished sending config file updates for endpoint '" << endpoint->GetName () << " ' in zone '" << eZone->GetName () << " '." ;
888
888
889
889
/* sync runtime config */
890
890
SendRuntimeConfigObjects (aclient);
891
891
892
- Log (LogInformation , " ApiListener" )
892
+ Log (LogNotice , " ApiListener" )
893
893
<< " Finished sending runtime config updates for endpoint '" << endpoint->GetName () << " ' in zone '" << eZone->GetName () << " '." ;
894
894
895
895
if (!needSync) {
@@ -898,15 +898,15 @@ void ApiListener::SyncClient(const JsonRpcConnection::Ptr& aclient, const Endpoi
898
898
return ;
899
899
}
900
900
901
- Log (LogInformation , " ApiListener" )
901
+ Log (LogNotice , " ApiListener" )
902
902
<< " Sending replay log for endpoint '" << endpoint->GetName () << " ' in zone '" << eZone->GetName () << " '." ;
903
903
904
904
ReplayLog (aclient);
905
905
906
906
if (eZone == Zone::GetLocalZone ())
907
907
UpdateObjectAuthority ();
908
908
909
- Log (LogInformation , " ApiListener" )
909
+ Log (LogNotice , " ApiListener" )
910
910
<< " Finished sending replay log for endpoint '" << endpoint->GetName () << " ' in zone '" << eZone->GetName () << " '." ;
911
911
} catch (const std::exception & ex) {
912
912
{
@@ -921,7 +921,7 @@ void ApiListener::SyncClient(const JsonRpcConnection::Ptr& aclient, const Endpoi
921
921
<< " Error while syncing endpoint '" << endpoint->GetName () << " ': " << DiagnosticInformation (ex);
922
922
}
923
923
924
- Log (LogInformation , " ApiListener" )
924
+ Log (LogNotice , " ApiListener" )
925
925
<< " Finished syncing endpoint '" << endpoint->GetName () << " ' in zone '" << eZone->GetName () << " '." ;
926
926
}
927
927
0 commit comments