Skip to content

Unrelated code snippet in "Configuring Health Check Tracing" section #2111

@dmytro-pryvedeniuk

Description

@dmytro-pryvedeniuk

"Configuring Health Check Tracing" section (see https://wolverinefx.io/guide/logging.html#configuring-health-check-tracing) mentions how to disable wolverine_node_assignments messages but the code snippet looks like is duplicated from the next section "Controlling Message Specific Logging and Tracing" (see https://wolverinefx.io/guide/logging.html#controlling-message-specific-logging-and-tracing)

I suspect the initial intent was to use the following instead.

var host = await Host.CreateDefaultBuilder()
    .UseWolverine(opts =>
    {
        opts.Durability.NodeAssignmentHealthCheckTracingEnabled = false;
    }).StartAsync();

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions