eclipse-theia/theia

batch logging of plugins' state changes

开放

#7,594 创建于 2020年4月17日

 (1 条评论) (0 个反应) (0 位负责人)TypeScript (2,478 个派生)batch import
help wantedloggingplug-in system

仓库指标

星标
 (18,676 个星标)
PR 合并指标
 (平均合并 15天 4小时) (30 天内合并 75 个 PR)

描述

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.

贡献者指南