Skip to content

Commit

Permalink
Fix docs saying you don't need logfire.configure when using env vars (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
alexmojaki authored May 30, 2024
1 parent 2bf6c2c commit d0e5570
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/reference/configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`)

Expand Down

0 comments on commit d0e5570

Please sign in to comment.