mirror of
https://github.com/Icinga/icinga-powershell-framework.git
synced 2025-12-24 00:29:38 -05:00
Used certificate is only printed on debug mode now
This commit is contained in:
parent
c5903114b2
commit
e9583382f5
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue