From 2835955305db957dff04b2587bf105ea5a73b465 Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Thu, 22 Jan 2026 16:27:29 -0500 Subject: [PATCH] docs: typos in logs API doc (#11418) * logs-typos * Update docs/docs/API-Reference/api-logs.mdx Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --------- Co-authored-by: April I. Murphy <36110273+aimurphy@users.noreply.github.com> --- docs/docs/API-Reference/api-logs.mdx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/docs/API-Reference/api-logs.mdx b/docs/docs/API-Reference/api-logs.mdx index 9bce8b56e5..aa271ae3f3 100644 --- a/docs/docs/API-Reference/api-logs.mdx +++ b/docs/docs/API-Reference/api-logs.mdx @@ -9,12 +9,12 @@ Retrieve logs for your Langflow flows and server. The `/logs` endpoint requires log retrieval to be enabled in your Langflow instance. -To enable log retrieval, include set the following [environment variables](/environment-variables) in your Langflow `.env` file, and then start Langflow with `uv run langflow run --env-file .env`: +To enable log retrieval, set the following [environment variables](/environment-variables) in your Langflow `.env` file, and then start Langflow with `uv run langflow run --env-file .env`: ```text LANGFLOW_ENABLE_LOG_RETRIEVAL=True -LANGFLOW_LOG_RETRIEVER_BUFFER_SIZE=10000. // Must be greater than 0 -LANGFLOW_LOG_LEVEL=DEBUG. // Can be DEBUG, ERROR, INFO, WARNING, or CRITICAL +LANGFLOW_LOG_RETRIEVER_BUFFER_SIZE=10000 // Must be greater than 0 +LANGFLOW_LOG_LEVEL=DEBUG // Can be DEBUG, ERROR, INFO, WARNING, or CRITICAL ``` ## Stream logs