Viewing server logs for a trace only works with the Cloud SaaS and fully self-hosted deployment options.
Access server logs from trace view
In the trace view, use the See Logs button in the top right corner, next to the Run in Studio button. Clicking this button will take you to the server logs view for the associated deployment in LangSmith.Server logs view
The server logs view displays logs from both:- Agent Serverβs own operational logs - Internal server operations, API calls, and system events
- User application logs - Logs written in your graph with:
- Python: Use the
loggingorstructloglibraries - JavaScript: Use the re-exported Winston logger from
@langchain/langgraph-sdk/logging:
- Python: Use the