konpyutaika / nifikop

The NiFiKop NiFi Kubernetes operator makes it easy to run Apache NiFi on Kubernetes. Apache NiFI is a free, open-source solution that support powerful and scalable directed graphs of data routing, transformation, and system mediation logic.
https://konpyutaika.github.io/nifikop/
Apache License 2.0
122 stars 39 forks source link

Add Python logback configuration #434

Closed juldrixx closed 1 month ago

juldrixx commented 1 month ago
Q A
Bug fix? no
New feature? yes
API breaks? no
Deprecations? no
Related tickets -
License Apache 2.0

What's in this PR?

Update of the logback.xml template to add the Python component log configuration.

Why?

If we don't put it the log level is set to Info and it's quite chatty.

Checklist