From d0e55701aabae591f61adde48f0fbdd097602269 Mon Sep 17 00:00:00 2001 From: Alex Hall Date: Thu, 30 May 2024 14:01:47 +0200 Subject: [PATCH] Fix docs saying you don't need logfire.configure when using env vars (#222) --- 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`)