Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: Use stackable-telemetry here if you wanted. #27

Open
NickLarsenNZ opened this issue Jan 9, 2025 · 0 comments
Open

chore: Use stackable-telemetry here if you wanted. #27

NickLarsenNZ opened this issue Jan 9, 2025 · 0 comments

Comments

@NickLarsenNZ
Copy link
Member

NickLarsenNZ commented Jan 9, 2025

We could use stackable-telemetry here if you wanted.

let _tracing_guard = Tracing::builder()
    .service_name("interu")
    .with_console_output(
        Settings::builder()
            .with_environment_variable("LOG_LEVEL")
            .with_default_level(tracing_subscriber::filter::LevelFilter::INFO)
            .enabled(true)
            .build()
    )
    .build()
    .init()?;

Originally posted by @NickLarsenNZ in #26 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant