eclipse-theia/theia

batch logging of plugins' state changes

Offen

#7.594 geöffnet am 17.04.2020

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)TypeScript (2.478 Forks)batch import
help wantedloggingplug-in system

Repository-Metriken

Stars
 (18.676 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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.

Contributor Guide