mit-pdos/noria

Improve logging consistency throughout the codebase

Open

#89 aberto em 19 de set. de 2018

Ver no GitHub
 (2 comments) (0 reactions) (0 assignees)Rust (229 forks)batch import
enhancementgood first issuehelp wanted

Métricas do repositório

Stars
 (4.576 stars)
Métricas de merge de PR
 (Nenhuma PRs mesclada em 30d)

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.

Guia do colaborador