eclipse-theia/theia

batch logging of plugins' state changes

Aberta

#7.594 aberto em 17 de abr. de 2020

 (1 comentário) (0 reação) (0 responsável)TypeScript (2.478 forks)batch import
help wantedloggingplug-in system

Métricas do repositório

Stars
 (18.676 estrelas)
Métricas de merge de PR
 (Mesclagem média 15d 4h) (75 fundiu PRs em 30d)

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.

Guia do colaborador