You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add some better (stronger) logging output in the Operator console logs that makes it more clear when an API is missing. This should help with debugging and catching issues when someone forgets to install the AMQ Cert Manager (for example).
Should be able to use a logging module that throws an error or warning style log, and combine that perhaps with ignore_errors: true so it doesn't actually exit.
The text was updated successfully, but these errors were encountered:
Add some better (stronger) logging output in the Operator console logs that makes it more clear when an API is missing. This should help with debugging and catching issues when someone forgets to install the AMQ Cert Manager (for example).
Should be able to use a logging module that throws an error or warning style log, and combine that perhaps with
ignore_errors: true
so it doesn't actually exit.The text was updated successfully, but these errors were encountered: