tracing icon indicating copy to clipboard operation
tracing copied to clipboard

Application level tracing for Rust.

Results 338 tracing issues
Sort by recently updated
recently updated
newest added

## Feature Request A setting that changes the JSON output from: ``` spans: [ {"name":"foo", ...}, {"name":"bar", ...} ] ``` to: ``` spans: { "foo": {...}, "bar": {...} } ```...

## Feature Request Allow the span to be set to `self.span`, not a new span with it as a parent. ### Crates tracing ### Motivation No value in a nested...

kind/feature
crate/attributes

## Bug Report `tracing-subscriber` with the `registry` feature enabled causes a stack overflow when recursively dropping deeply nested spans. ### Version ``` ├── tracing v0.1.22 │ ├── tracing-attributes v0.1.11 (proc-macro)...

crate/subscriber

Run $ cargo test --package tracing-subscriber --lib -- over_the_stack --exact --nocapture The cyclic fragment of backtrace: ``` 7693: core::ptr::drop_in_place at /rustc/1bc802e990a3393731b19b30f7fad1794b478df0/library/core/src/ptr/mod.rs:486:1 7694: core::ptr::drop_in_place at /rustc/1bc802e990a3393731b19b30f7fad1794b478df0/library/core/src/ptr/mod.rs:486:1 7695: ::try_close at src/subscribe/layered.rs:201:5 7696:...

**Is your feature request related to a problem? Please describe.** I want to supply logs to the application that I write by using `tracing`, `tracing-subscriber`, and `tracing-appender`, but it's crucial...

kind/feature
crate/appender

## Feature Request Add the ability to prepend a string scope to field labels when using the `#[instrument]` attribute macro. ### Motivation When using the `#[instrument]` macro on functions, the...

hi, on powershell, tracing_subscriber::fmt::init() color of log level is not print correctly. ![image](https://user-images.githubusercontent.com/20614926/120359096-dfc95d00-c339-11eb-8767-7fe48c5b9f21.png) ![image](https://user-images.githubusercontent.com/20614926/120359289-17d0a000-c33a-11eb-8c9c-be6a1757f461.png) But it works fine when saving log to file and then `cat` it ![image](https://user-images.githubusercontent.com/20614926/120359410-359e0500-c33a-11eb-817c-65d6ae55f19d.png)

ref. #922 Currently the `Event` type in `tracing-core` requires a `&'static Metadata

## Motivation ## Solution

## Motivation ## Solution