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

Fix json logging for Mint #192

Merged
merged 1 commit into from
Nov 28, 2017
Merged

Fix json logging for Mint #192

merged 1 commit into from
Nov 28, 2017

Conversation

nitisht
Copy link
Contributor

@nitisht nitisht commented Nov 25, 2017

  • Remove JSON indented formatting, as other SDKs do not use formatting
  • Remove console.WriteLine, so JSON logs can be parsed

This is needed for minio/mint#64

- Remove JSON formatting, as other SDKs do not use formatting
- Remove console.WriteLine, so JSON logs can be parsed
}
catch (Exception ex)
Copy link
Contributor

Choose a reason for hiding this comment

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

this exception for the outer try block is intended to catch Setup_Test failure as well as the inner using {} block. So it shouldn't be removed.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

In this case I have just changed the indentation here @poornas block is not removed..

@nitisht nitisht requested review from harshavardhana and removed request for donatello November 28, 2017 05:57
@nitisht
Copy link
Contributor Author

nitisht commented Nov 28, 2017

changing reviewers as @donatello is not available currently

@nitisht nitisht merged commit e902d9d into minio:master Nov 28, 2017
@nitisht nitisht deleted the fix-logging branch November 28, 2017 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants