Disable tracing for default Rust config
Some checks failed
CI (Pinnacle) / Build (push) Has been cancelled
CI (Pinnacle) / Run tests (push) Has been cancelled
CI (Pinnacle) / Check formatting (push) Has been cancelled
CI (Pinnacle) / Clippy check (push) Has been cancelled
Build Rust Docs / Build docs (push) Has been cancelled

This is a massive issue of skill
This commit is contained in:
Ottatop 2024-07-28 13:13:43 -05:00
parent 082ed60498
commit 4b9ee3c4f5

View file

@ -16,7 +16,7 @@ use pinnacle_api::{
// Pinnacle needs to perform some setup before and after your config,
// which is what this macro does.
#[pinnacle_api::config]
#[pinnacle_api::config(internal_tracing = false)]
async fn main() {
// Deconstruct to get all the APIs.
#[allow(unused_variables)]