Problem Accessing Logger messages

Hello everyone,
i am trying out the rvit-mcp extension. I managed to integrate it into my Revit and to connect it with Claude Desktop. But some of the modules are not working properly (i.e list_views). I even managed to get my own small module running!
But here is the thing…
In some cases the server is not showing anything under /my_endpoint/ . When i inserted a string like “hello” the data would show up. But for a list [ “name”, “name” ] the whole endpoint would not show up. But there was no error message or anything.

In the scripts in the extension is a logger:

import logging

logger = logging.getLogger(name)

logger.error(“… failed”)

But I could not find out where the Logger sends the error messages.
Could someone please help me find those messages? :slight_smile:

Top of my head %appdata%/pyrevit/Revit 20xx/