Page MenuHomePhabricator

Scrap custom fundraising logging, integrate with PSR-3 core stuff
Open, MediumPublic

Description

This applies to all of our repos.

We should use standard logging components such as monolog, following the example in mediawiki-core and other WMF projects.

See https://gerrit.wikimedia.org/r/#/c/185210/
and (TODO: link to the announcement here once it's online).

Event Timeline

awight raised the priority of this task from to Medium.
awight updated the task description. (Show Details)
awight added a project: Wikimedia-Fundraising.
awight subscribed.

We've migrated to Monolog with a custom processor to add our contribution tracking prefixes and a custom handler to log the right way under either Drupal or Mediawiki. We could move the logging into SmashPig and try using it in CRM too.