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:

  1. From the left navigation, select the System Administration icon, then select Settings.
  2. Under System, select System Log Level.
  3. Select the log level.
  4. 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 Settings > System > System Log Level.