# Overview As per RFC https://github.com/wpengine/hwptoolkit/discussions/152#discussioncomment-13836445 we need to log data using Monolog to the database for a WPGraphQL Query This will be an iterative process with getting a POC working now and then integrating this into a request lifecycle later. # Criteria - [x] Research best approach to creating the Monolog handlers for a WP Plugin - [ ] Research best approaches to creating a database for Monolog for WP - [ ] Research data retention and deletion - [ ] Develop a database on plugin activate - [ ] Develop a POC for a logging service (without the request lifecycle) to capture data before sending the response.
Overview
As per RFC #152 (comment) we need to log data using Monolog to the database for a WPGraphQL Query
This will be an iterative process with getting a POC working now and then integrating this into a request lifecycle later.
Criteria