Skip to content

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

@NickLarsenNZ

Description

@NickLarsenNZ

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)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions