Is your feature request related to a problem? Please describe.
Currently operator pod generate logs in different format, which make it difficult to read.
Describe the solution you'd like
Add consistent logging format for all logs using log := logf.FromContext(ctx), and keep single logger
Is your feature request related to a problem? Please describe.
Currently operator pod generate logs in different format, which make it difficult to read.
Describe the solution you'd like
Add consistent logging format for all logs using
log := logf.FromContext(ctx), and keep single logger