configure_logs
Set up and manage log collection for an application by enabling/disabling collection, defining minimum log levels, and excluding specific patterns via regex on the MCP Server for Coroot.
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 |