#27 Consider reducing log lines
Closed by dkirwan. Opened by kevin.

Right now the operator runs every 20min and prints out all the members of all the groups it's configured to operate on.

It's also outputting the members one per line, like:

Sep 18 04:17:53 worker04.ocp.iad2.fedoraproject.org fluentd: namespace_name=fas2discourse-operator, container_name=manager, pod_name=fas2discourse-controller-manager-68d7b49d6f-blxpj, message=ESC[0;33m "kevin",ESC[0m

Since the packager group is now in there ( 1675 users ) and possibly other large groups, can we reduce the messages it logs in normal operaton?

Perhaps normally just list those changes it made, and have a debug mode that also lists all the members it got from the group?

Right now the operator logs quite a few lines per day (3.5million).

3546439 namespace_name=fas2discourse-operator


Metadata Update from @dkirwan:
- Issue assigned to dkirwan

We can sort that very easily, both the operators were deployed with debug logging level, we can reduce that.

Changed the following annotation on the fas2discourseconfig object in the fas2discourse-operator namespace. Changed the verbosity from 5 to 1.

    ansible.sdk.operatorframework.io/verbosity: "5"

Metadata Update from @dkirwan:
- Issue status updated to: Closed (was: Open)

Down to 800k... which still seems like a lot, but is better. :)

802760 namespace_name=fas2discourse-operator,

Metadata