Set constructor logging settings
Set the logging settings for this constructor instance.
Path parameters
-
constructor_id
string Required Identifier for the constructor
Body
Required
The new logging settings for the constructor instance
-
logging_levels
object Required Overridden logging levels. Keys are logging levels. Allowable values are OFF, ERROR, WARN, INFO, DEBUG, TRACE, ALL
PUT
/platform/infrastructure/constructors/{constructor_id}/logging_settings
curl \
--request PUT 'https://{{hostname}}/api/v1/platform/infrastructure/constructors/{constructor_id}/logging_settings' \
--user "username:password" \
--header "Content-Type: application/json" \
--data '{"logging_levels":{"additionalProperty1":"string","additionalProperty2":"string"}}'