You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
+1 On this - when you have a really large graphql app it creates one for every resolver which can be a lot. It's super noisy and doesn't provide a lot of value. IMO this this should be a logger.debug?
Hi guys.
It is possible to disable nest-ddtrace log in the initialization process ? Like this one
[DecoratorInjector] Mapped {name of the service}.
I got over 40 logs in the startup process and these log make a lot of noise when I start the app
The text was updated successfully, but these errors were encountered: