European Parliament MCP Server API - v1.3.9
    Preparing search index...

    Enumeration LogLevel

    Typed log levels for structured audit events.

    Level Use case
    DEBUG Verbose trace information (dev only)
    INFO Normal data-access events
    WARN Recoverable anomalies
    ERROR Failed operations
    Index

    Enumeration Members

    Enumeration Members

    DEBUG: "DEBUG"

    Verbose trace information for development and debugging only.

    ERROR: "ERROR"

    Failed operations that prevented the requested action.

    INFO: "INFO"

    Normal data-access and tool-invocation events (default sink level).

    WARN: "WARN"

    Recoverable anomalies — degraded functionality but no failure.