[OSS PATCH] Update logging and docs around enabling and disabling product usage reporting (#31261)

* apply oss patch

* add changelog entree

* remove changelog from oss
This commit is contained in:
Amir Aslamov 2025-07-17 12:15:35 -04:00 committed by GitHub
parent 584a3daf21
commit d7030a12d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -57,12 +57,12 @@ reporting {
</Warning>
You will find the following entries in the server log.
You will find the following entry in the server log.
<CodeBlockConfig hideClipboard>
```
[DEBUG] activity: there is no reporting agent configured, skipping counts reporting
[DEBUG] product usage reporting is disabled; usage metrics data will not be collected
```
</CodeBlockConfig>
@ -94,7 +94,8 @@ You will find the following entries in the server log.
<CodeBlockConfig hideClipboard>
```
[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
```
</CodeBlockConfig>