graphql-engine/v3/crates/auth
Anon Ray 4d31c4b42e add a flag to log traces to stdout (#931)
### What

Add a flag `--export-traces-stdout` to log traces to stdout. Default is
disabled.

Command-line flag - `--export-traces-stdout`
Env var - `EXPORT_TRACES_STDOUT`

### How
Introduce a new command line flag. Make `initialize_tracing` accept a
`bool`, and setup the stdout exporter based on that.

<!-- How is it trying to accomplish it (what are the implementation
steps)? -->

V3_GIT_ORIGIN_REV_ID: f39d6f863fd2bca65ad89f1cef4b077aa9eabc5b
2024-08-05 08:29:46 +00:00
..
dev-auth-webhook add a flag to log traces to stdout (#931) 2024-08-05 08:29:46 +00:00
hasura-authn-core Implement NoAuth mode in AuthConfig (#877) 2024-07-25 15:49:26 +00:00
hasura-authn-jwt add a flag to log traces to stdout (#931) 2024-08-05 08:29:46 +00:00
hasura-authn-noauth Implement NoAuth mode in AuthConfig (#877) 2024-07-25 15:49:26 +00:00
hasura-authn-webhook Explicitly import thiserror::Error in place (#827) 2024-07-11 15:18:27 +00:00