eclipse-theia/theia

batch logging of plugins' state changes

Aperta

#7594 aperta il 17 apr 2020

 (1 commento) (0 reazioni) (0 assegnatari)TypeScript (2478 fork)batch import
help wantedloggingplug-in system

Metriche repository

Star
 (18.676 stelle)
Metriche merge PR
 (Merge medio 15g 4h) (75 PR mergiate in 30 g)

Descrizione

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.

Guida contributor