id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| v2025-client-log-configuration |
ClientLogConfiguration |
ClientLogConfiguration |
ClientLogConfiguration |
pythonsdk |
| python |
| Python |
| sdk |
| ClientLogConfiguration |
| V2025ClientLogConfiguration |
|
/tools/sdk/python/v2025/models/client-log-configuration |
| SDK |
| Software Development Kit |
| ClientLogConfiguration |
| V2025ClientLogConfiguration |
|
ClientLogConfiguration
Client Runtime Logging Configuration
Properties
| Name |
Type |
Description |
Notes |
| client_id |
str |
Log configuration's client ID |
[optional] |
| duration_minutes |
int |
Duration in minutes for log configuration to remain in effect before resetting to defaults. |
[optional] [default to 240] |
| expiration |
datetime |
Expiration date-time of the log configuration request. Can be no greater than 24 hours from current date-time. |
[optional] |
| root_level |
StandardLevel |
|
[required] |
| log_levels |
map[string]StandardLevel |
Mapping of identifiers to Standard Log Level values |
[optional] |
| } |
|
|
|
Example
[Back to top]