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
Copy file name to clipboardExpand all lines: plugins/wpgraphql-logging/README.md
+79-3Lines changed: 79 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,16 +5,92 @@ A WPGraphQL logging plugin that provides visibility into request lifecycle to he
5
5
*[Join the Headless WordPress community on Discord.](https://discord.gg/headless-wordpress-836253505944813629)
6
6
*[Documentation](#getting-started)
7
7
8
+
> [!CAUTION]
9
+
> This plugin is currently in development state and is not production ready.
8
10
9
11
-----
10
12
11
-
TODO
13
+
@TODO - Badges
12
14
13
15
-----
14
16
15
17
16
18
17
-
> [!CAUTION]
18
-
> This plugin is currently a POC and not production ready yet.
19
+
## Table of Contents
20
+
21
+
-[Overview](#overview)
22
+
-[Features](#features)
23
+
-[Getting Started](#getting-started)
24
+
-[Configuration](#configuration)
25
+
-[Extending the Functionality](#extending-the-functionality)
26
+
-[Testing](#testing)
27
+
28
+
29
+
-----
30
+
31
+
## Overview
32
+
33
+
34
+
WPGraphQL Logging is a plugin that integrates directly with the WPGraphQL Query Lifecycle, capturing detailed information about each GraphQL request. By leveraging the powerful [Monolog](https://github.com/Seldaek/monolog) logging library, it records events and metrics that help you quickly identify performance bottlenecks and other issues in your headless WordPress application.
35
+
36
+
Designed with extensibility in mind, developers can easily customize and extend the logging functionality to suit their specific needs, making it a valuable tool for debugging and optimizing WPGraphQL-powered sites.
A WPGraphQL logging plugin that provides visibility into request lifecycle to help quickly identify and resolve bottlenecks in your headless WordPress application.
0 commit comments