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
Apollo server has a logger option that you can set to determine the logger it should use.
Azure Functions provide the logger via the context object such that your logger logs to App Insights.
However, this integration needs you to initialize and pass in the server object before you can access the context.
Is there any way to set Apollo's logger to the logger from Azure context?
Apollo server has a
logger
option that you can set to determine the logger it should use.Azure Functions provide the logger via the context object such that your logger logs to App Insights.
However, this integration needs you to initialize and pass in the server object before you can access the context.
Is there any way to set Apollo's logger to the logger from Azure context?
The text was updated successfully, but these errors were encountered: