Skip to main content
Glama

JVM MCP Server

set_logger_level

Adjust logger levels for Java processes in the JVM MCP Server by specifying process ID, logger name, and desired level to optimize debugging and monitoring.

Instructions

设置logger级别

Input Schema

NameRequiredDescriptionDefault
levelYes
nameYes
pidYes

Input Schema (JSON Schema)

{ "properties": { "level": { "title": "Level", "type": "string" }, "name": { "title": "Name", "type": "string" }, "pid": { "title": "Pid", "type": "integer" } }, "required": [ "pid", "name", "level" ], "title": "set_logger_levelArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/xzq-xu/jvm-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server