-
Bug
-
Resolution: Not a Bug
-
Normal
-
None
-
4.11.z
-
None
-
Moderate
-
None
-
1
-
Sprint 226
-
1
-
Rejected
-
False
-
Description of problem:
The "log-level" option on the current version of the operator is hard-coded as "debug". This generates a large amount of logs in a busy production environment, which may not be desirable.
Version-Release number of selected component (if applicable):
1.0.0
How reproducible:
Always.
Steps to Reproduce:
1. Create ExternalDNS CR with any provider 2. Watch the pod logs
Actual results:
Large amounts of debug messages detailing records being scanned, created, added/removed.
Expected results:
Only the necessary information on any given environment.
Additional info:
Log level "debug" is good for development environments, and for analyzing problems, but it's not a good option for use on very busy production environments due to the large amount of information being generated. Being able to downgrade to a log level of "info" should be sufficient for an every day production level cluster.
- is related to
-
RFE-3359 [ExtDNS] Flexibility to set "log-level" option
- Under Review