filecoin-project / go-data-transfer

Data Transfer Shared Component for go-filecoin & go-lotus
Other
39 stars 17 forks source link

TODO: Log level audit #356

Open rvagg opened 1 year ago

rvagg commented 1 year ago

With data transfer getting increasing usage, we should do an audit of the non-DEBUG log level messages in the stack. Particularly paying concern to WARN which are typically turned on and may not be worth warning about, and INFO which may be unnecessarily chatty. Focus of the audit should be on communications paths, where interaction with peers can cause spammy logs.

davidd8 commented 1 year ago

Marking this as a tech debt item in the Tornado backlog.