mit-pdos/noria

Improve logging consistency throughout the codebase

Open

#89 geöffnet am 19. Sept. 2018

Auf GitHub ansehen
 (2 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (229 Forks)batch import
enhancementgood first issuehelp wanted

Repository-Metriken

Stars
 (4.576 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

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.

Contributor Guide