Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DEBUG=1 results in console.time() warnings #5682

Open
mogelbrod opened this issue Nov 3, 2023 · 0 comments
Open

DEBUG=1 results in console.time() warnings #5682

mogelbrod opened this issue Nov 3, 2023 · 0 comments

Comments

@mogelbrod
Copy link

The output of DEBUG=1 graphql-codegen gets quite spammy due to this line:

  • @graphql-codegen/cli@3.3.1
  • @graphql-tools/load@7.8.13
...
(node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-file.tsx' already exists for console.time()
(node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-file.tsx' already exists for console.time()
(node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-dir/base.ts' already exists for console.time()
(node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-dir/base.ts' already exists for console.time()
(node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-dir/remote.ts' already exists for console.time()
(node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-dir/remote.ts' already exists for console.time()
(node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-dir/remote.ts' already exists for console.time()
(node:81186) Warning: Label '@graphql-tools/load: useKindsFilter some-dir/remote.ts' already exists for console.time()
...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant