interledgerjs / ilp-protocol-stream

Moved to monorepo in interledgerjs/interledgerjs
https://github.com/interledger/rfcs/blob/master/0029-stream/0029-stream.md
32 stars 15 forks source link

chore: Better logging #129

Closed matdehaast closed 4 years ago

matdehaast commented 4 years ago

Currently debugging logs from STREAM is very difficult when trying to identify logs for a particular STREAM and Connection. This adds a uuid to the connection logging as well as the DataAndMoneyStream. This should allow someone debugging to filter the logs for a particular connection and see its lifecycle easier. Especially Streams in server mode