micro-dev
micro-dev copied to clipboard
apollo-server-micro floods console with introspection logs
Hi i am using apollo-server-micro and running it in dev mode with micro-dev.
When i have playground running, the console gets spammed with the instrospection query logs.
Is there anyway i can mute the introspection logging?
Package: apollo-server-micro Version: ^3.0.0
@zigzactly Im confident its not micro's issue, its apollo-server-micro implementation.
There is an issue on apollo server: https://github.com/apollographql/apollo-server/issues/3293
Actually its related to this. I did a little digging. I used the silent
flag to remove the request logs. Def a more interactable console will do the job better.
I too would like saner behavior on this.
Even something as simple as
- logging to stderr instead of stdout, or
- taking a cli arg for a filename to log to (the file can be overwritten on startup) would make it much better.