-
Notifications
You must be signed in to change notification settings - Fork 639
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add receptor_log_level #1444
Add receptor_log_level #1444
Conversation
- displayName: Receptor Log Level | ||
path: receptor_log_level | ||
x-descriptors: | ||
- urn:alm:descriptor:com.tectonic.ui:text |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rooftopcellist i kind of guessed here. Is there an easy way for me to see how this gets rendered out?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You can log in to the Openshift Console, install the AWX Operator from OperatorHub, then click into that operator under "Installed Operators" and click CSV Yaml, then you can add that x-decriptor to the CSV, save it and see it show up in the form.
This is a handy way to quickly test out new changes to the form x-descriptors.
c63c455
to
a79160a
Compare
Adding DNM to the title of this PR as @fosterseth indicated there are some changes he still needs to make. |
I merged the related change for the AWX receptor log level setting, so I took off the [DONOTMERGE] flag here. I might also restart the CI. |
SUMMARY
e.g. add
receptor_log_level: debug
to your AWX spec filewill depend on and require this AWX change ansible/awx#14098
ISSUE TYPE