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

Migration Report/Summary #97

Open
tdashworth opened this issue Jan 5, 2023 · 1 comment
Open

Migration Report/Summary #97

tdashworth opened this issue Jan 5, 2023 · 1 comment
Assignees
Labels
enhancement New feature or request

Comments

@tdashworth
Copy link
Contributor

tdashworth commented Jan 5, 2023

Is your feature request related to a problem? Please describe.
The logging we currently have is extensive and detailed. This is great for understanding exactly what happened but is too complicated for most of our user base.

Describe the solution you'd like
It would be nice if the engine returned a summary of what happened.

  • How many rows were read/written per entity?
  • How many failures? What were they?
  • How many warnings? What were they?
  • How long did it take per entity?

This should be a typed object that the various interfaces can surface accordingly (e.g. the XrmToolBox visually displays).

@tdashworth tdashworth added the enhancement New feature or request label Jan 5, 2023
@tdashworth
Copy link
Contributor Author

This could be the beginning of better logging. I picture a new logging service that's scoped to entities/rows that both logs (ILogger) and holds these in memory for reporting at the end (be it counts or full messages).

@shraines shraines self-assigned this Jan 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants