configure_logs
Configure which logs are collected and processed for an application, with options to set minimum log level and exclude patterns.
Instructions
Configure log collection settings for an application.
Controls which logs are collected and processed, including log level filtering and pattern exclusions.
Args: project_id: The project ID app_id: The application ID enabled: Whether to enable log collection level: Optional minimum log level (debug, info, warn, error) excluded_patterns: Optional regex patterns to exclude
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | ||
| app_id | Yes | ||
| enabled | Yes | ||
| level | No | ||
| excluded_patterns | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||