Skip to content

Commit

Permalink
docs: list mercurius-logging plugin (#845)
Browse files Browse the repository at this point in the history
  • Loading branch information
Eomm committed Aug 22, 2022
1 parent a8b1a7e commit 728beed
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ Related plugins for mercurius
- [mercurius-apollo-registry](#mercurius-apollo-registry)
- [mercurius-apollo-tracing](#mercurius-apollo-tracing)
- [mercurius-postgraphile](#mercurius-postgraphile)
- [mercurius-logging](#mercurius-logging)

## mercurius-auth

Expand Down Expand Up @@ -124,3 +125,23 @@ app.register(mercuriusTracing, {
A Mercurius plugin for integrating PostGraphile schemas with Mercurius

Check [https://github.com/autotelic/mercurius-postgraphile](https://github.com/autotelic/mercurius-postgraphile) for usage and readme.

## mercurius-logging
A Mercurius plugin to enhance the GQL request logging adding useful insights:

```json
{
"level": 30,
"time": 1660395516406,
"hostname": "eomm",
"reqId": "req-1",
"graphql": {
"queries": [
"firstQuery:myTeam",
"secondQuery:myTeam"
]
}
}
```

Check the [`mercurius-logging`](https://github.com/Eomm/mercurius-logging) documentation for usage and settings.

0 comments on commit 728beed

Please sign in to comment.