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"
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.
-> strict decoding error: unknown field "spec.logging"
-> strict decoding error: unknown field "spec.env"