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 ```