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

fix and re-enable log.tail tests. #66

Open
Tracked by #56
SgtPooki opened this issue Nov 2, 2022 · 1 comment
Open
Tracked by #56

fix and re-enable log.tail tests. #66

SgtPooki opened this issue Nov 2, 2022 · 1 comment

Comments

@SgtPooki
Copy link
Member

SgtPooki commented Nov 2, 2022

from #63 (comment)

I’ve tried IPFS_LOGGING="debug" ipfs log tail but the only thing I get is

╰─ ✘ 1 ❯ IPFS_LOGGING="debug" ipfs log tail
2022-11-02T17:53:53.844Z	DEBUG	cmd/ipfs	ipfs/main.go:140	config path is /Users/sgtpooki/.ipfs

when I first run the command.

I don’t get anything after performing

  • add <file>
  • resolve <cid>/<subpath>
  • config Swarm.Transports.Network.WebTransport --json true
  • bootstrap rm <peer>
  • key gen --type=rsa --size=2048 mykey
  • name publish --key=mykey /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpy
  • log level all error
  • routing provide <cid>

Currently broken. See

@SgtPooki
Copy link
Member Author

SgtPooki commented Nov 2, 2022

attempted to address this by increasing logging and using that first line... but it's not grabbing it for some reason: e9b84ad. pausing this for now, this can be handled later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

1 participant