graphql-engine/v3/crates/utils
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
..
futures-ext Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
json-ext Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
jsonschema-tidying Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
opendds-derive Open DD changes for OrderByExpression (#780) 2024-06-28 11:26:30 +00:00
recursion_limit_macro Move all dependency versions into the workspace file. (#734) 2024-06-20 12:25:55 +00:00
tracing-util add a flag to log traces to stdout (#931) 2024-08-05 08:29:46 +00:00