Blockstream / greenlight

Build apps using self-custodial lightning nodes in the cloud
https://blockstream.github.io/greenlight/getting-started/
MIT License
106 stars 28 forks source link

client: Reduce noisy logging when creating TlsConfig from Credentials #430

Closed cdecker closed 2 months ago

cdecker commented 2 months ago

It was spewing out pages of raw binary data every time, which was drowning my shell. Reducing the build of the credentials to its type, and logging the raw credentials onces but at a lower severity sounds like a good idea.