From 4a252bd03a67c3ca857f7a7e4ffc0d589057415c Mon Sep 17 00:00:00 2001 From: Andrew Nguonly Date: Fri, 20 Jun 2025 13:36:29 -0700 Subject: [PATCH] docs: Remove note for `LANGSMITH_TRACING` environment variable (#5147) Remove note for LANGSMITH_TRACING. --- docs/docs/cloud/reference/env_var.md | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/docs/cloud/reference/env_var.md b/docs/docs/cloud/reference/env_var.md index 8a9daaa02..563cec2a1 100644 --- a/docs/docs/cloud/reference/env_var.md +++ b/docs/docs/cloud/reference/env_var.md @@ -50,11 +50,10 @@ Set this environment variable to have a deployment send traces to a self-hosted ## `LANGSMITH_TRACING` -!!! info "Only for Self-Hosted Data Plane, Self-Hosted Control Plane, and Standalone Container" - Disabling LangSmith tracing is only available for [Self-Hosted Data Plane](../../concepts/langgraph_self_hosted_data_plane.md), [Self-Hosted Control Plane](../../concepts/langgraph_self_hosted_control_plane.md), and [Standalone Container](../../concepts/langgraph_standalone_container.md) deployments. - Set `LANGSMITH_TRACING` to `false` to disable tracing to LangSmith. +Defaults to `true`. + ## `LOG_LEVEL` Configure [log level](https://docs.python.org/3/library/logging.html#logging-levels). Defaults to `INFO`.