configure_logs
Customize log collection for applications by enabling/disabling logs, setting minimum log levels, and excluding specific patterns via regex, ensuring precise monitoring and analysis.
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 |
---|---|---|---|
app_id | Yes | ||
enabled | Yes | ||
excluded_patterns | No | ||
level | No | ||
project_id | Yes |