Skip to content

Conversation

@colinmurphy
Copy link
Member

@colinmurphy colinmurphy commented Jul 22, 2025

Description

This is initial POC PR for WPGraphQL Logging Plugin and it comtains the following:

  1. Monolog Integration with a generic logger class
  2. Custom Database handler and entity to log data into a custom WP table
  3. POC to just log data into the table (we will be updating this in the next PR)
  4. Some fixes for automated workflow too

Note

There are quite a few TODOs in the plugin which will be removed as we start iteraing. This POC is not yet ready for production either.

Related Issue

Fixes #341
Fixes #346

Dependant PRs

Type of Change

  • ✅ Bug fix (non-breaking change which fixes an issue)
  • ✨ New feature (non-breaking change which adds functionality)
  • 💥 Breaking change (fix or feature that would cause existing functionality to change)
  • 🧹 Code refactoring (no functional changes)
  • 📄 Example update (no functional changes)
  • 📝 Documentation update
  • 🔍 Performance improvement
  • 🧪 Test update

How Has This Been Tested?

Screenshots

Checklist

  • I have read the CONTRIBUTING document
  • My code follows the project's coding standards
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation (if applicable)
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • Any dependent changes have been highlighted, merged or published

@changeset-bot
Copy link

changeset-bot bot commented Jul 22, 2025

⚠️ No Changeset found

Latest commit: a17b273

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link

github-actions bot commented Jul 22, 2025

ℹ️ Download the latest wpgraphql-logging plugin zip from this PR
(See the 'Artifacts' section at the bottom)

theodesp
theodesp previously approved these changes Jul 23, 2025
@wpengine wpengine deleted a comment from github-actions bot Jul 28, 2025
@colinmurphy colinmurphy marked this pull request as ready for review July 29, 2025 09:42
@colinmurphy colinmurphy requested a review from a team as a code owner July 29, 2025 09:42
@colinmurphy colinmurphy requested a review from theodesp July 29, 2025 09:42
@colinmurphy colinmurphy requested a review from ahuseyn July 29, 2025 09:42
@colinmurphy colinmurphy enabled auto-merge July 29, 2025 09:42
@colinmurphy colinmurphy changed the title chore: DRAFT - wpgraphql logging skeleton plugin chore: WPGraphQL Logging Plugin POC Jul 29, 2025
@colinmurphy colinmurphy added this pull request to the merge queue Jul 29, 2025
Merged via the queue into main with commit 3f4d9b0 Jul 29, 2025
27 checks passed
@colinmurphy colinmurphy deleted the feat-wpgraphql-logging-skeleton-plugin branch July 29, 2025 11:40
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.

WPGraphQL Logging - POC Create Logging Setup WPGraphQL Logging Skeleton Plugin

3 participants