-
Notifications
You must be signed in to change notification settings - Fork 572
Extra MediatR logging #4992
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
Extra MediatR logging #4992
Conversation
| GO | ||
| INSERT INTO dbo.SchemaVersion | ||
| VALUES (87, 'started'); | ||
| VALUES (88, 'started'); |
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.
I don't know why these changes are showing, they are already in the reference branch.
| } | ||
| } | ||
|
|
||
| public static (Stopwatch sw, string label) StartStopwatch(this ILogger logger, string label) |
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.
Health shared has ActionTimer, that is kind of like this but uses an IDisposable to automatically start/stop the timer - https://github.com/microsoft/healthcare-shared-components/blob/d039a4e72fa3988f490f9349f674b17808055038/src/Microsoft.Health.Core/ActionTimerExtensions.cs
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Description
Add extra logging
Related issues
Addresses [issue #].
Testing
Describe how this change was tested.
FHIR Team Checklist
Semver Change (docs)
Patch|Skip|Feature|Breaking (reason)