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

Make migrations log output to stdout #8054

Merged
merged 1 commit into from
Apr 14, 2021

Commits on Apr 6, 2021

  1. Make migrations log output to stdout

    Migrations were logging to a mix of stdout and stderr.  This was due to the individual migration binaries logging non-error output to stdout, while the migration library (which downloads and executed these migrations) was logging to stderr.  This inconsistency can be confusing.  Also, previous versions of go-ipfs wrote non-error output to stdout. This PR fixes this so that non-error output from the migrations library is written to stdout.
    
    Added test to look for expected log output.
    gammazero committed Apr 6, 2021
    Configuration menu
    Copy the full SHA
    7c8df87 View commit details
    Browse the repository at this point in the history