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`.