Configure log levels
You can change the automation orchestrator log level at runtime without restarting services. Increase verbosity to diagnose platform issues, or reduce it to limit log volume in production.
About this task
For valid log level values, see Operational log data reference.
Procedure
Change the log level using one of the following methods:
Using the settings UI:
- From the left navigation, select the System Administration icon, then select Settings.
- Under System, select System Log Level.
- Select the log level.
- Click Save.
Using the settings API:
$ curl -X PATCH https://automation-orchestrator-host/api/v1/settings/logging.log_level \
-H "Content-Type: application/json" \
-H "Authorization: Bearer token" \
-d '{"value": "DEBUG"}'Results
Confirm the change by checking the current value in .