js-kubo-rpc-client
js-kubo-rpc-client copied to clipboard
fix and re-enable log.tail tests.
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 truebootstrap rm <peer>key gen --type=rsa --size=2048 mykeyname publish --key=mykey /ipfs/QmatmE9msSfkKxoffpHwNLNKgwZG8eT9Bud6YoPab52vpylog level all errorrouting provide <cid>
Currently broken. See
- https://github.com/ipfs/kubo/issues/9245
- https://github.com/ipfs/kubo/pull/8765
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