logfire icon indicating copy to clipboard operation
logfire copied to clipboard

`logfire whoami` should respect the `LOGFIRE_TOKEN` env var.

Open samuelcolvin opened this issue 1 year ago • 0 comments

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")'

samuelcolvin avatar May 22 '24 21:05 samuelcolvin