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

cli,log: allow use of debug merge-logs on older logs #68282

Commits on Sep 15, 2021

  1. cli,log: allow use of debug merge-logs on older logs

    Fixes cockroachdb#68278.
    
    Log parsers require the flag --format when parsing older logs (because
    they do not contain format specification). With this patch, this is no longer
    a requirement as the log format is now inferred based on the structure of
    the log if no log format specification exists.
    
    Release justification: bug fix
    
    Release note (bug fix): The debug merge-logs command no longer returns an
    error when the log decoder attempts to parse older logs.
    
    Co-authored-by: Cameron Nunez <cameron@cockroachlabs.com>
    ajwerner and cameronnunez committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    68ef2d0 View commit details
    Browse the repository at this point in the history