tikv/tikv

Fully utilize slog

Ouverte

#3 390 ouverte le 3 août 2018

 (3 commentaires) (1 réaction) (0 personne assignée)Rust (2 189 forks)batch import
difficulty/easyhelp wanted

Métriques du dépôt

Stars
 (15 922 étoiles)
Métriques de merge PR
 (Merge moyen 28j 9h) (68 PRs mergées en 30 j)

Description

We used to put context as a tag string inside a struct when using std log. Now that we are using slog, we can use the context mechanism it provides to get rid of the redundant tag.

Guide contributeur