vercel / micro-dev

The development environment for `micro`
MIT License
705 stars 77 forks source link

apollo-server-micro floods console with introspection logs #104

Open zigzactly opened 5 years ago

zigzactly commented 5 years ago

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?

image

Package: apollo-server-micro Version: ^3.0.0

MANTENN commented 5 years ago

@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

MANTENN commented 5 years ago

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.

sramam commented 2 years ago

I too would like saner behavior on this.

Even something as simple as