-
Notifications
You must be signed in to change notification settings - Fork 288
Log GQL Entity Information #1025
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
Conversation
Aniruddh25
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to fix what we log as GraphQL Entity
|
nit: the description should provide the exact issue number after the phrase |
seantleonard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Might be worth considering whether delaying the logging of graphQL entity names
seantleonard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
last few suggestions
seantleonard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for addressing comments. looks concise. Two small change suggestions and should be good to go.
Co-authored-by: Aniruddh Munde <anmunde@microsoft.com>
Why make this change?
Closes #968
We are currently logging only those entities loaded for REST, this adds GQL entities to the logging.
What is this change?
On startup when we map the GQL types to entity names we log the relevant entities.
This happens within
MapGraphQLSingularTypeToEntityNameHow was this tested?
Verified on startup that the calls are made into the logger when appropriate.
Sample Request(s)
Startup the service with valid entities for GQL.