mattermost/mattermost

Revisit plugin RPC client log levels

开放

#17,650 创建于 2021年5月20日

 (4 条评论) (0 个反应) (1 位负责人)TypeScript (7,823 个派生)batch import
Area/ToolkitDifficulty/2:MediumHacktoberfestHelp WantedTech/Go

仓库指标

星标
 (32,880 个星标)
PR 合并指标
 (平均合并 6天 5小时) (30 天内合并 318 个 PR)

描述

A couple of the log messages used in the RPC plugin client use the go std lib log package to post there messages. https://github.com/mattermost/mattermost-server/blob/abdba7acc3c74cb8672c45fbe60c5955c9268fa2/plugin/client*rpc.go#L248 is one example. Instead the mlog method LogX should be used.

This ticket is about scanning plugin/client_rpc.go for such instances and replacing it with an appropriate LogX call.

Please ping @hanzei for any questions.


If you're interested please comment here and come join our "Contributors" community channel on our daily build server, where you can discuss questions with community members and the Mattermost core team. For technical advice or questions, please join our "Developers" community channel.

New contributors please see our Developer's Guide.

JIRA: https://mattermost.atlassian.net/browse/MM-35890

贡献者指南