仓库指标
- 星标
- (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.