mit-pdos/noria

Improve logging consistency throughout the codebase

Open

#89 aperta il 19 set 2018

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)Rust (229 fork)batch import
enhancementgood first issuehelp wanted

Metriche repository

Star
 (4576 star)
Metriche merge PR
 (Nessuna PR mergiata in 30 g)

Descrizione

Currently, logging is pretty ad-hoc: different modules use logging levels pretty arbitrarily, and there is important information in trace levels and unimportant info in log. We should take a pass on the code base and figure out what information we usually end up wanting, what information we want for debugging purposes, and what we never even look at.

Guida contributor