Frequently Asked Questions
Conductor Server
How do I adjust the logging levels?
Conductor is Spring Boot based; hence, the log levels are set via Spring Boot properties. Refer to the doc on adjusting logging levels for more details.
Access Control
How to generate an access token?
In Orkes Cloud, there are two ways:
- For testing purposes, use a token from your dashboard. These expire with your session.
- Or you can create an application, and use a key/secret to generate a token. These tokens do not currently expire, but this is expected to change.