Skip to content
This repository has been archived by the owner on Mar 16, 2021. It is now read-only.

Remove file logging from RegistrationComparer now that AI logging is set up #733

Merged
merged 1 commit into from
Jan 24, 2020

Conversation

joelverhagen
Copy link
Member

Make the comparison container (just a cursor) public for easy monitoring
Related to NuGet/NuGetGallery#7741

joelverhagen added a commit that referenced this pull request Jan 23, 2020
…up (#733)

Make the comparison container (just a cursor) public for easy monitoring
Related to NuGet/NuGetGallery#7741
@@ -159,7 +159,7 @@ public class HiveComparer
}
catch (InvalidOperationException ex)
{
ResultWriter.WriteWarning(ex.Message);
_logger.LogWarning(ex.Message);
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we log the full warning given that we're no longer constrained by a file?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Sure, seems fine

joelverhagen added a commit that referenced this pull request Jan 23, 2020
…up (#733)

Make the comparison container (just a cursor) public for easy monitoring
Related to NuGet/NuGetGallery#7741
…up (#733)

Make the comparison container (just a cursor) public for easy monitoring
Related to NuGet/NuGetGallery#7741
@joelverhagen joelverhagen merged commit d81908c into dev Jan 24, 2020
@joelverhagen joelverhagen deleted the jver-c2r-cmpp branch January 24, 2020 15:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants