paritytech / smoldot

Alternative client for Substrate-based chains.
GNU General Public License v3.0
304 stars 74 forks source link

Remove usage of `tracing` from full node #3024

Open tomaka opened 1 year ago

tomaka commented 1 year ago

I've never really understood what tracing brings except some standardization in the messages, and it just complicates the code. The various backends are generally quite useless apart from the one printing logs/writing them to a file. Everything tracing does can be replaced with a backend for log.

vivekvpandya commented 1 year ago

how can we add tracing-subscriber facility with log ?