Skip to content

Unable to configure Kubernetes logging #18

Description

@w00dst0ck

I tried to overwrite the log level and based myself on https://kafkabackup.com/troubleshooting/debug-mode?_highlight=logging#kubernetes-logging, which should apply to kind: KafkaBackup according to my understanding of the documentation.

No matter which variant I choose, there is an error during the update.

apiVersion: kafka.oso.sh/v1alpha1
kind: KafkaBackup
metadata:
  name: debug-backup
spec:
  logging:
    level: warn

-> strict decoding error: unknown field "spec.logging"

apiVersion: kafka.oso.sh/v1alpha1
kind: KafkaBackup
metadata:
  name: debug-backup
spec:
  env:
    - name: RUST_LOG
      value: "kafka_backup=warn"

-> strict decoding error: unknown field "spec.env"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions