eclipse-theia/theia

batch logging of plugins' state changes

Ouverte

#7 594 ouverte le 17 avr. 2020

 (1 commentaire) (0 réaction) (0 personne assignée)TypeScript (2 478 forks)batch import
help wantedloggingplug-in system

Métriques du dépôt

Stars
 (18 676 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

Description

Currently we log for each plugin when it gets deployed, loaded, contributed, activated and so on. It is useful but too noisy. Usually such state changes happen for batch of plugins it would be better to create one string for the whole batch then.

Guide contributeur