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

output: Replace ${chunk_id} before logging warning. #3134

Merged
merged 1 commit into from
Oct 9, 2020

Commits on Oct 8, 2020

  1. output: Replace ${chunk_id} before logging warning.

    The updated implementation makes sure to replace instances of
    ${chunk_id} prior to looking for and warning on unreplaced keys in the
    pattern. Prior to this, a warning line was printed for every chunk that
    was flushed even though nothing was actually wrong (replacement happened
    right after).
    
    Signed-off-by: Brian Atkinson <brian@atkinson.mn>
    nairb774 committed Oct 8, 2020
    Configuration menu
    Copy the full SHA
    f18640b View commit details
    Browse the repository at this point in the history