You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> This plugin is currently in a beta state. It's still under active development, so you may encounter bugs or incomplete features. Updates will be rolled out regularly. Use with caution and provide feedback if possible. You can create an issue at [https://github.com/wpengine/hwptoolkit/issues](https://github.com/wpengine/hwptoolkit/issues)
20
-
21
-
-----
22
-
23
15
## Overview
24
16
25
-
26
17
WPGraphQL Logging plugin provides observability and visibility into the GraphQL request and event lifecycle. This capability gives users the understandability needed to quickly identify and resolve performance issues and bottlenecks within their headless WordPress application.
27
18
28
19
### Key Features
@@ -46,7 +37,9 @@ WPGraphQL Logging plugin provides observability and visibility into the GraphQL
46
37
47
38
### Option 1: Plugin Zip
48
39
49
-
You can get the latest release from <https://github.com/wpengine/hwptoolkit/releases?q=wpgraphql-logging&expanded=true>.
40
+
You can get the latest release here - <https://github.com/wpengine/hwptoolkit/releases/latest/download/wpgraphql-logging.zip>
41
+
42
+
You can also download it from our release page - <https://github.com/wpengine/hwptoolkit/releases>
Copy file name to clipboardExpand all lines: plugins/wpgraphql-logging/readme.txt
+10-12Lines changed: 10 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -15,8 +15,6 @@ WPGraphQL Logging plugin provides observability and visibility into the GraphQL
15
15
16
16
**WPGraphQL Logging** is a comprehensive logging solution for WPGraphQL that tracks and records GraphQL query execution, providing developers with detailed insights into query performance, errors, and request lifecycle events.
17
17
18
-
**Note:** This plugin is currently in BETA. While it is functional and ready for testing, some features may be subject to change based on community feedback.
19
-
20
18
= Key Features =
21
19
22
20
**GraphQL Request Lifecycle Logging**
@@ -74,14 +72,14 @@ For detailed documentation, guides, and examples, visit the [GitHub repository](
74
72
75
73
1. Upload the plugin files to `/wp-content/plugins/wpgraphql-logging/`, or install the plugin through the WordPress plugins screen directly
76
74
2. Activate the plugin through the 'Plugins' screen in WordPress
77
-
3. Navigate to Settings > WPGraphQL Logging in the WordPress admin to configure settings
78
-
4. View logged queries can be found in GraphQL Logs
75
+
3. Navigate to GraphQL Logs -> Settings in the WordPress admin to configure settings
76
+
4. View logged queries can be found in GraphQL Logs -> All Logs.
79
77
80
78
== Frequently Asked Questions ==
81
79
82
80
= Is this plugin production-ready? =
83
81
84
-
This plugin is currently in BETA. It is functional and ready for testing in staging environments. We recommend thorough testing before deploying to production.
82
+
Yes. We recommend thorough testing on a local or staging before deploying to production. By default the plugin will only log 10% of the initial requests.
85
83
86
84
= Does this plugin affect GraphQL query performance? =
87
85
@@ -99,17 +97,14 @@ Yes, the plugin provides extensive hooks and filters to customize logging behavi
99
97
100
98
The plugin includes configurable data retention settings. You can set automatic cleanup rules to delete logs older than a specified number of days.
101
99
102
-
== Screenshots ==
100
+
= Where can I find documentation? =
101
+
For detailed usage instructions, developer references, and examples, please visit the [Documentation](https://github.com/wpengine/hwptoolkit/blob/main/docs/plugins/wpgraphql-logging/index.md) folder included with this plugin.
103
102
104
-
1. View all GraphQL query logs with filtering and search
105
-
2. Detailed log entry view showing query, variables, and response
106
-
3. Configuration settings for data retention and logging behavior
107
-
4. Export logs to CSV for analysis
108
103
109
104
== Changelog ==
110
105
111
-
= 0.1.0 - 2025-01-22 =
112
-
* Initial BETA release
106
+
= 1.0.0 - 2025-11-14 =
107
+
* Initial release
113
108
* Core logging functionality for WPGraphQL request lifecycle
114
109
* Admin interface for viewing and filtering logs
115
110
* CSV export functionality
@@ -119,6 +114,9 @@ The plugin includes configurable data retention settings. You can set automatic
0 commit comments