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

re-format log output as ndjson #5708

Merged
merged 2 commits into from
Oct 31, 2018
Merged

re-format log output as ndjson #5708

merged 2 commits into from
Oct 31, 2018

Commits on Oct 31, 2018

  1. re-format log output as ndjson

    Apparently, js-ipfs-api expects this. Really, I'm not sure why js-ipfs-api even
    cares about this endpoint but that's a different issue.
    
    The real fix is to change back to ndjson in go-log but that would force us to
    update every package (not good when we're trying to push out a release like
    this).
    
    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    68ac517 View commit details
    Browse the repository at this point in the history
  2. add a todo to remember to remove log reformatting

    License: MIT
    Signed-off-by: Steven Allen <steven@stebalien.com>
    Stebalien committed Oct 31, 2018
    Configuration menu
    Copy the full SHA
    16d70ea View commit details
    Browse the repository at this point in the history