Skip to main content
Real-time and historical logs for servers deployed with concierge deploy. Use it to debug startup issues, trace errors, and monitor server health.

What You See

Startup Logs

When your server boots, Concierge logs:
  • Python version and dependencies loaded
  • Registered tools, resources, and prompts
  • Stage and transition configuration
  • Transport binding (port, protocol)
  • State backend connection status

Runtime Errors

Errors originating from your tool code are captured with full tracebacks:

Request Logs

Every MCP request/response is logged:

Accessing Logs

CLI

Dashboard

Logs are also available in the Concierge Platform dashboard, with:
  • Full-text search
  • Log level filtering (DEBUG, INFO, WARN, ERROR)
  • Time range selection
  • Session ID filtering
Use session ID filtering to trace a single user’s entire workflow:from the first tool call to checkout.