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

1143 error monitoring #1176

Closed
wants to merge 3 commits into from
Closed

1143 error monitoring #1176

wants to merge 3 commits into from

Conversation

rajeev-flexion
Copy link
Contributor

Add a PR title

Describe what changed in this PR at a high level.

Issue

Add a link to the issue here. Consider using
closing keywords
if the this PR isn't for a story (stories will be closed through different means).

Checklist

  • I have added tests to cover my changes
  • I have added logging where useful (with appropriate log level)
  • I have added JavaDocs where required
  • I have updated the documentation accordingly

Note: You may remove items that are not applicable

@@ -41,10 +41,7 @@ public static void registerDomains(
Javalin app, Set<Class<? extends DomainConnector>> domainConnectors)
throws UnableToReadOpenApiSpecificationException, DomainConnectorConstructionException {

LOGGER.logInfo("Info");
LOGGER.logWarning("Warning");
LOGGER.logDebug("Debug");
Copy link
Contributor

Choose a reason for hiding this comment

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

Looks good. You can also remove the debug one

Copy link

Copy link
Contributor

@basiliskus basiliskus left a comment

Choose a reason for hiding this comment

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

Looks good. Please add a brief description to the PR before merging

@basiliskus basiliskus closed this Aug 14, 2024
@basiliskus basiliskus deleted the 1143-error_monitoring branch August 14, 2024 16:26
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