ipfs / js-kubo-rpc-client

A client library for the Kubo RPC API
https://www.npmjs.com/package/kubo-rpc-client
Other
30 stars 7 forks source link

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

Open SgtPooki opened 1 year ago

SgtPooki commented 1 year ago

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

Currently broken. See

SgtPooki commented 1 year ago

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