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

DefaultLogger respects the LogLevel.debug and simplify stderr usage #7966

Merged
merged 5 commits into from
Nov 20, 2024

Conversation

enisdenjo
Copy link
Collaborator

Previously the isDebug getter method exclusively checked the env vars; meaning, if LogLevel.debug is supplied without DEBUG=1 in the env, no debug logs will be written. This PR makes sure the isDebug method also respects the LogLevel.

Bonus points: simplify stderr usage.

@enisdenjo enisdenjo requested a review from ardatan November 19, 2024 18:45
Copy link
Contributor

github-actions bot commented Nov 19, 2024

🚀 Snapshot Release (alpha)

The latest changes of this PR are available as alpha on npm (based on the declared changesets):

Package Version Info
@graphql-mesh/cache-cfw-kv 0.103.0-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-file 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-localforage 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/cache-redis 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/compose-cli 1.1.10-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/fusion-composition 0.6.8-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/apollo-link 0.104.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/cli 0.97.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/config 0.105.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/graphql 0.102.17-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/grpc 0.105.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/json-schema 0.107.8-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/mongoose 0.102.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/mysql 0.103.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/neo4j 0.104.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/odata 0.104.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/openapi 0.107.8-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/postgraphile 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/raml 0.107.8-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/soap 0.104.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/supergraph 0.8.16-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/thrift 0.104.16-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/tuql 0.103.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/http 0.104.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-bare 0.103.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/merger-stitching 0.103.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/migrate-config-cli 1.2.5-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/runtime 0.104.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/store 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-cache 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-encapsulate 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-extend 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-federation 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-filter-schema 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hive 0.102.17-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-hoist-field 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-naming-convention 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prefix 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-prune 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rate-limit 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-rename 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-replace-field 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-resolvers-composition 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-transfer-schema 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transform-type-merging 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/types 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/urql-exchange 0.104.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/utils 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@omnigraph/json-schema 0.107.8-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@omnigraph/mysql 0.7.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@omnigraph/neo4j 0.8.3-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@omnigraph/odata 0.0.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@omnigraph/openapi 0.107.8-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@omnigraph/raml 0.107.8-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@omnigraph/soap 0.104.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@omnigraph/sqlite 0.6.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@omnigraph/thrift 0.7.16-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-deduplicate-request 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-hive 0.102.17-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-cache 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-http-details-extensions 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jit 0.0.8-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-jwt-auth 1.2.8-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-live-query 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-mock 0.102.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-newrelic 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-field-permissions 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-operation-headers 1.2.9-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-rate-limit 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-response-cache 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-snapshot 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/plugin-statsd 0.102.14-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-grpc 0.0.4-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-mysql 0.7.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-neo4j 0.7.16-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-odata 0.0.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-rest 0.7.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-soap 0.7.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-sqlite 0.7.9-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎
@graphql-mesh/transport-thrift 0.7.15-alpha-20241120112125-5e2499e7aa8983c1701df757f6d0453af73681e5 npm ↗︎ unpkg ↗︎

Copy link
Contributor

github-actions bot commented Nov 19, 2024

💻 Website Preview

The latest changes are available as preview in: https://dc709ce9.graphql-mesh.pages.dev

Copy link
Contributor

github-actions bot commented Nov 19, 2024

Apollo Federation Subgraph Compatibility Results

Federation 1 Support Federation 2 Support
_service🟢
@key (single)🟢
@key (multi)🟢
@key (composite)🟢
repeatable @key🟢
@requires🟢
@provides🟢
federated tracing🟢
@link🟢
@shareable🟢
@tag🟢
@override🟢
@inaccessible🟢
@composeDirective🟢
@interfaceObject🟢

Learn more:

@enisdenjo enisdenjo merged commit 0e49907 into master Nov 20, 2024
22 checks passed
@enisdenjo enisdenjo deleted the logger branch November 20, 2024 13:34
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

Successfully merging this pull request may close these issues.

1 participant