Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions website/content/en/preview/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ Consolidation packs pods tightly onto nodes which can leave little free allocata

### How do I customize or configure the log output?

Karpenter uses [uber-go/zap](https://github.com/uber-go/zap) for logging. You can customize or configure the log messages by editing the [configmap-logging.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml)
`ConfigMap`'s [data.zap-logger-config](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml#L26) field.
The available configuration options are specified in the [zap.Config godocs](https://pkg.go.dev/go.uber.org/zap#Config).
Karpenter's logging can be customized with the following environment variables:

* `LOG_LEVEL`
* `LOG_OUTPUT_PATHS`
* `LOG_ERROR_OUTPUT_PATHS`.

Refer to [Settings]({{<ref "reference/settings.md">}}) for more details.
10 changes: 7 additions & 3 deletions website/content/en/v1.0/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ Consolidation packs pods tightly onto nodes which can leave little free allocata

### How do I customize or configure the log output?

Karpenter uses [uber-go/zap](https://github.com/uber-go/zap) for logging. You can customize or configure the log messages by editing the [configmap-logging.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml)
`ConfigMap`'s [data.zap-logger-config](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml#L26) field.
The available configuration options are specified in the [zap.Config godocs](https://pkg.go.dev/go.uber.org/zap#Config).
Karpenter's logging can be customized with the following environment variables:

* `LOG_LEVEL`
* `LOG_OUTPUT_PATHS`
* `LOG_ERROR_OUTPUT_PATHS`.

Refer to [Settings]({{<ref "reference/settings.md">}}) for more details.
10 changes: 7 additions & 3 deletions website/content/en/v1.7/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ Consolidation packs pods tightly onto nodes which can leave little free allocata

### How do I customize or configure the log output?

Karpenter uses [uber-go/zap](https://github.com/uber-go/zap) for logging. You can customize or configure the log messages by editing the [configmap-logging.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml)
`ConfigMap`'s [data.zap-logger-config](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml#L26) field.
The available configuration options are specified in the [zap.Config godocs](https://pkg.go.dev/go.uber.org/zap#Config).
Karpenter's logging can be customized with the following environment variables:

* `LOG_LEVEL`
* `LOG_OUTPUT_PATHS`
* `LOG_ERROR_OUTPUT_PATHS`.

Refer to [Settings]({{<ref "reference/settings.md">}}) for more details.
10 changes: 7 additions & 3 deletions website/content/en/v1.8/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ Consolidation packs pods tightly onto nodes which can leave little free allocata

### How do I customize or configure the log output?

Karpenter uses [uber-go/zap](https://github.com/uber-go/zap) for logging. You can customize or configure the log messages by editing the [configmap-logging.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml)
`ConfigMap`'s [data.zap-logger-config](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml#L26) field.
The available configuration options are specified in the [zap.Config godocs](https://pkg.go.dev/go.uber.org/zap#Config).
Karpenter's logging can be customized with the following environment variables:

* `LOG_LEVEL`
* `LOG_OUTPUT_PATHS`
* `LOG_ERROR_OUTPUT_PATHS`.

Refer to [Settings]({{<ref "reference/settings.md">}}) for more details.
10 changes: 7 additions & 3 deletions website/content/en/v1.9/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,10 @@ Consolidation packs pods tightly onto nodes which can leave little free allocata

### How do I customize or configure the log output?

Karpenter uses [uber-go/zap](https://github.com/uber-go/zap) for logging. You can customize or configure the log messages by editing the [configmap-logging.yaml](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml)
`ConfigMap`'s [data.zap-logger-config](https://github.com/aws/karpenter/blob/main/charts/karpenter/templates/configmap-logging.yaml#L26) field.
The available configuration options are specified in the [zap.Config godocs](https://pkg.go.dev/go.uber.org/zap#Config).
Karpenter's logging can be customized with the following environment variables:

* `LOG_LEVEL`
* `LOG_OUTPUT_PATHS`
* `LOG_ERROR_OUTPUT_PATHS`.

Refer to [Settings]({{<ref "reference/settings.md">}}) for more details.