id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| beta-client-log-configuration |
ClientLogConfiguration |
ClientLogConfiguration |
ClientLogConfiguration |
pythonsdk |
| python |
| Python |
| sdk |
| ClientLogConfiguration |
| BetaClientLogConfiguration |
|
/tools/sdk/python/beta/models/client-log-configuration |
| SDK |
| Software Development Kit |
| ClientLogConfiguration |
| BetaClientLogConfiguration |
|
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 |
[required] |
| expiration |
datetime |
Expiration date-time of the log configuration request |
[optional] |
| root_level |
StandardLevel |
|
[required] |
| log_levels |
map[string]StandardLevel |
Mapping of identifiers to Standard Log Level values |
[optional] |
| } |
|
|
|
Example
[Back to top]