kubo/repo
gammazero 7c8df87cd0 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.
2021-04-05 20:19:09 -07:00
..
common Config: allow to set maps on null value 2015-08-13 19:42:32 +07:00
fsrepo Make migrations log output to stdout 2021-04-05 20:19:09 -07:00
mock.go Extract the namesys and the keystore submodules 2021-03-12 14:09:36 -05:00
onlyone.go Fix typos and cleanup 2020-04-20 22:00:01 +03:00
repo.go Extract the namesys and the keystore submodules 2021-03-12 14:09:36 -05:00