Skip to content

Commit

Permalink
docs.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
docs.yml committed Sep 27, 2024
1 parent a4fddbb commit c05a6b9
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions site/content/en/main/user-guide/customization.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,18 @@ weight: 120

This document outlines how to customize the build output through Helm overrides and `package.json` configurations.

## Redact Store Values from Logs

By default, the store values are displayed in logs, to redact them you can set the `PEPR_STORE_REDACT_VALUES` environment variable to `true` in the `package.json` file or directly on the Watcher or Admission `Deployment`. The default value is `undefined`.

```json
{
"env": {
"PEPR_STORE_REDACT_VALUES": "true"
}
}
```

## Display Node Warnings

You can display warnings in the logs by setting the `PEPR_NODE_WARNINGS` environment variable to `true` in the `package.json` file or directly on the Watcher or Admission `Deployment`. The default value is `undefined`.
Expand Down

0 comments on commit c05a6b9

Please sign in to comment.