From 1a777eae77bac2e7cd3b26b0dcb491c2ebc37dab Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Thu, 30 May 2024 13:57:33 +0200 Subject: [PATCH] Fix docs saying you don't need logfire.configure when using env vars --- docs/reference/configuration.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/reference/configuration.md b/docs/reference/configuration.md index 48d33e601..8dac5e190 100644 --- a/docs/reference/configuration.md +++ b/docs/reference/configuration.md @@ -16,7 +16,8 @@ You can use the following environment variables to configure **Logfire**: {{ env_var_table }} -When using environment variables, you don't need to call [`logfire.configure()`][logfire.configure]. +When using environment variables, you still need to call [`logfire.configure()`][logfire.configure], +but you can leave out the arguments. ## Using a configuration file (`pyproject.toml`)