Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

LPAL-1251 attempt to replace laminas-log with monolog #1676

Draft
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

nickdavis2001
Copy link
Contributor

@nickdavis2001 nickdavis2001 commented Oct 9, 2023

Purpose

Replace laminas-log , which is becoming abandonware, with monolog

Approach

Update composer.json and lock files, modify lots of code to use Monolog instead of Laminas-log. in Monolog, warn() function is called warning() instead, and err() method is called error() instead

Learning

Any tips and tricks, blog posts or tools which helped you. Plus anything notable you've discovered about the LPA service

Checklist

  • I have performed a self-review of my own code
  • I have updated documentation (Confluence/GitHub wiki/tech debt doc) where relevant
  • I have added tests to prove my work
  • I have added mandatory tags to terraformed resources, where possible
  • If I have a new OPG component dependency, I have updated the metadata.json with the repo location.
  • If I added a package.json or composer.json, I also made sure this is included in the script in .github/workflows/dependabot-update.yml
  • The product team have tested these changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant