mirror of
https://github.com/hashicorp/vault.git
synced 2025-08-06 14:47:01 +02:00
[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:
parent
584a3daf21
commit
d7030a12d2
@ -57,12 +57,12 @@ reporting {
|
|||||||
</Warning>
|
</Warning>
|
||||||
|
|
||||||
|
|
||||||
You will find the following entries in the server log.
|
You will find the following entry in the server log.
|
||||||
|
|
||||||
<CodeBlockConfig hideClipboard>
|
<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>
|
</CodeBlockConfig>
|
||||||
@ -94,7 +94,8 @@ You will find the following entries in the server log.
|
|||||||
<CodeBlockConfig hideClipboard>
|
<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>
|
</CodeBlockConfig>
|
||||||
|
Loading…
Reference in New Issue
Block a user