Skip to content

Invalid index used in Debug logs #3922

@jamescrosswell

Description

@jamescrosswell

The following debug instrumentation will fail due to invalid argument indexes used in the format strings:

Options.LogWarning("No correlation id found for {1}.", Operation);

Options.LogWarning("No correlation id can be set for {1}.", Operation);

Options.LogWarning("No correlation id found for {1}.", Operation);

Typos basically, but of the bad kind.

Metadata

Metadata

Assignees

No one assigned

    Labels

    BugSomething isn't workingGood First IssueGood for newcomers
    No fields configured for issues without a type.

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions