Get runner logging settings
Get the logging settings for this runner instance.
Path parameters
-
runner_id
string Required The identifier for the runner
GET
/platform/infrastructure/runners/{runner_id}/logging_settings
curl \
--request GET 'https://{{hostname}}/api/v1/platform/infrastructure/runners/{runner_id}/logging_settings' \
--user "username:password"