mit-pdos/noria

Improve logging consistency throughout the codebase

Open

#89 ouverte le 19 sept. 2018

Voir sur GitHub
 (2 commentaires) (0 réactions) (0 assignés)Rust (229 forks)batch import
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (4 576 stars)
Métriques de merge PR
 (Aucune PR mergée en 30 j)

Description

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.

Guide contributeur