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 40 forks source link

Change default LogLevel of NiFi to INFO #352

Closed juldrixx closed 5 months ago

juldrixx commented 5 months ago
Q A
Bug fix? no
New feature? no
API breaks? no
Deprecations? no
Related tickets fixes #X, partially #Y, mentioned in #Z
License Apache 2.0

What's in this PR?

Change of the default loglevel of NiFi from DEBUG to INFO.

Why?

There is no reason it should be to DEBUG as in NiFi it's INFO.

Checklist