diff --git a/core/include/utils/SSL.ps1 b/core/include/utils/SSL.ps1 index 3db0349..a0f893d 100644 --- a/core/include/utils/SSL.ps1 +++ b/core/include/utils/SSL.ps1 @@ -27,7 +27,7 @@ $SSL | Add-Member -membertype ScriptMethod -name 'LoadServerCertificate' -value $CertName = [System.Net.Dns]::GetHostEntry('localhost').HostName; $Icinga2.Log.Write( - $Icinga2.Enums.LogState.Info, + $Icinga2.Enums.LogState.Debug, [string]::Format( 'Trying to discover certificate for this host with FQDN "{0}"', $CertName