js-kubo-rpc-client icon indicating copy to clipboard operation
js-kubo-rpc-client copied to clipboard

fix and re-enable log.tail tests.

Open SgtPooki opened this issue 3 years ago • 1 comments

from https://github.com/ipfs/js-kubo-rpc-client/pull/63#discussion_r1011768128

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

  • https://github.com/ipfs/kubo/issues/9245
  • https://github.com/ipfs/kubo/pull/8765

SgtPooki avatar Nov 02 '22 13:11 SgtPooki

attempted to address this by increasing logging and using that first line... but it's not grabbing it for some reason: https://github.com/ipfs/js-kubo-rpc-client/commit/e9b84ada884eff9b47a1e56ef2b0bc5bcfa0b5eb. pausing this for now, this can be handled later

SgtPooki avatar Nov 02 '22 18:11 SgtPooki