Skip to content

Commit

Permalink
Merge pull request #214 from RizaFarheen/main
Browse files Browse the repository at this point in the history
Update faq.md
  • Loading branch information
nhandt2021 authored Dec 6, 2022
2 parents f670d93 + 08e3688 commit 9f5b9be
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions docs/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@

## Conductor Server

#### How do I adjust the logging levels?
### How do I adjust the logging levels?

See this link: [Adjust logging levels](how-tos/Monitoring/Conductor-LogLevel)
Conductor is Spring Boot based; hence, the log levels are set via Spring Boot properties. Refer to the doc on [adjusting logging levels](https://orkes.io/content/docs/how-tos/Monitoring/Conductor-LogLevel) for more details.

## Access Control

#### How to generate an access token?
### How to generate an access token?
In Orkes Cloud, there are two ways:
* For testing, use a [token from your dashboard](content/docs/getting-started/concepts/access-control-applications#prototyping). These expire with your session.
* Create an [application, and use a key/secret to generate a token](/content/docs/getting-started/concepts/access-control-applications#application). These tokens do not currently expire, but this is expected to change.

* For testing purposes, use a [token from your dashboard](https://orkes.io/content/docs/getting-started/concepts/access-control-applications#prototyping). These expire with your session.
* Or you can create an [application, and use a key/secret to generate a token](https://orkes.io/content/docs/getting-started/concepts/access-control-applications#application). These tokens do not currently expire, but this is expected to change.

0 comments on commit 9f5b9be

Please sign in to comment.