commit 67fb9ed23e80c93326929e5bfe421a2cc8fab9f7 parent fc215c4377d5a554dcbce442a6b5dd944588d6bf Author: Kaleb Luedtke <jluedtk@jci.com> Date: Wed, 22 Mar 2023 15:09:44 -0500 Add logging around specific number of matches (#3094) Diffstat:
| M | src/AppInstallerCommonCore/AppInstallerTelemetry.cpp | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/AppInstallerCommonCore/AppInstallerTelemetry.cpp b/src/AppInstallerCommonCore/AppInstallerTelemetry.cpp @@ -550,6 +550,8 @@ namespace AppInstaller::Logging m_summary.SearchResultCount = resultCount; } } + + AICLI_LOG(CLI, Verbose, << "Search result size: " << resultCount); } void TelemetryTraceLogger::LogInstallerHashMismatch(