From d7030a12d289c6857703a763b44e46e33ee09bbc Mon Sep 17 00:00:00 2001 From: Amir Aslamov Date: Thu, 17 Jul 2025 12:15:35 -0400 Subject: [PATCH] [OSS PATCH] Update logging and docs around enabling and disabling product usage reporting (#31261) * apply oss patch * add changelog entree * remove changelog from oss --- website/content/docs/license/product-usage-reporting.mdx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/website/content/docs/license/product-usage-reporting.mdx b/website/content/docs/license/product-usage-reporting.mdx index 136db0d046..46abcf7372 100644 --- a/website/content/docs/license/product-usage-reporting.mdx +++ b/website/content/docs/license/product-usage-reporting.mdx @@ -57,12 +57,12 @@ reporting { -You will find the following entries in the server log. +You will find the following entry in the server log. ``` - [DEBUG] activity: there is no reporting agent configured, skipping counts reporting + [DEBUG] product usage reporting is disabled; usage metrics data will not be collected ``` @@ -94,7 +94,8 @@ You will find the following entries in the server log. ``` - [DEBUG] core: product usage reporting disabled + [INFO] core: product usage reporting disabled via environment variable: env=OPTOUT_PRODUCT_USAGE_REPORTING + [DEBUG] product usage reporting is disabled; usage metrics data will not be collected ```