What can be done to generate a higher level of detail if the operator logs are not detailed enough?
To generate a higher level of detail in operator logs, you can configure a detailed operator trace in a ConfigMap. This allows you to specify the level of logging for different components of the operator and can provide more information about the operator's behavior. The level of logging can be set to 'debug', 'info', 'warning' or 'error' in the ConfigMap. You can access the ConfigMap by using the 'oc edit configmap' command and then editing the 'loglevel' field.
It's also important to note that there are other ways to troubleshoot issues with operators and their logs, such as running the 'oc logs' command on the operator pod, or using the 'oc adm must-gather' command to collect cluster state and diagnostic information.
https://www.ibm.com/support/knowledgecenter/en/SSBS6K_3.2.0/troubleshoot/troubleshoot_logging.html
Currently there are no comments in this discussion, be the first to comment!