I'm using makeExecutableSchema
from graphql-tools
and I'm using the logger
parameter to log errors. However, the logger is never called in success requests.
Is there a way to log success requests?
Asked
Active
Viewed 275 times
1

Joe Warner
- 3,335
- 1
- 14
- 41

Marcio Affonso
- 31
- 4
-
Depending on the server you are using underneath you can use simple Http Middleware for that. E.g. for express: https://npms.io/search?q=express+log – Herku Jul 03 '18 at 13:12