eclipse-theia/theia

batch logging of plugins' state changes

Open

#7,594 opened on Apr 17, 2020

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (2,478 forks)batch import
help wantedloggingplug-in system

Repository metrics

Stars
 (18,676 stars)
PR merge metrics
 (Avg merge 15d 4h) (75 merged PRs in 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.

Contributor guide