tikv / pprof-rs

A Rust CPU profiler implemented with the help of backtrace-rs
Apache License 2.0
1.26k stars 94 forks source link

Move tracing logs to debug #245

Open XAMPPRocky opened 3 months ago

XAMPPRocky commented 3 months ago

These logs are currently be displayed in end user applications with RUST_LOG=info, and it can be quite noisy if you have frequent profiling, so it would be nice if they were in debug instead.