Skip to content

Commit

Permalink
Update Inventory.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
bhillkeyfactor authored Jan 30, 2025
1 parent ffdda5a commit f4ea8e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions PaloAlto/Jobs/Inventory.cs
Original file line number Diff line number Diff line change
Expand Up @@ -87,8 +87,6 @@ private JobResult PerformInventory(InventoryJobConfiguration config, SubmitInven

_logger.LogTrace("Store Properties are Valid");
_logger.LogTrace($"Inventory Config {_client.MaskSensitiveData(JsonConvert.SerializeObject(config))}");
_logger.LogTrace(
$"Client Machine: {config.CertificateStoreDetails.ClientMachine} ApiKey: {config.ServerPassword}");

_logger.LogTrace("Inventory Palo Alto Client Created");

Expand Down Expand Up @@ -221,4 +219,4 @@ protected virtual CurrentInventoryItem BuildInventoryItem(string alias, string c
}
}
}
}
}

0 comments on commit f4ea8e0

Please sign in to comment.