logfire
logfire copied to clipboard
`logfire whoami` should respect the `LOGFIRE_TOKEN` env var.
and I guess pyproject.toml and anywhere else we look for a token, e.g. it should have the same semantics in terms of finding a project as
python -c 'import logfire; logfire.info("hello world")'