While debugging T373202: MessageProcessor is fetching non-lowercase messages for enums, I found out that while MessageProcessor is issuing calls to a logger, it sends all its logs to a NullLogger, since we do not inject a valid logger to that service. This results in log entries being possibly discarded.
Description
Description
Details
Details
Subject | Repo | Branch | Lines +/- | |
---|---|---|---|---|
MessageProcessor: Actually log something | mediawiki/extensions/CommunityConfiguration | master | +4 -1 |
Related Objects
Related Objects
Event Timeline
Comment Actions
Change #1065232 had a related patch set uploaded (by Urbanecm; author: Urbanecm):
[mediawiki/extensions/CommunityConfiguration@master] MessageProcessor: Improve logging
Comment Actions
Change #1065232 merged by jenkins-bot:
[mediawiki/extensions/CommunityConfiguration@master] MessageProcessor: Actually log something