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

Mark more logs as debug to tidy the console #3645

Merged
merged 1 commit into from
Aug 2, 2023
Merged

Conversation

t3chguy
Copy link
Member

@t3chguy t3chguy commented Aug 1, 2023


This change is marked as an internal change (Task), so will not be included in the changelog.

@@ -1119,7 +1119,7 @@ export class OlmDevice {
}
}

logger.info(
logger.debug(
Copy link
Contributor

Choose a reason for hiding this comment

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

Why is this not needed in the rageshakes? I'm not one to debug crypto issues, but that somewhat looks relevant to them?

Copy link
Member Author

Choose a reason for hiding this comment

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

This doesn't affect whether or not it goes into rageshakes. It only affects whether or not a default console configuration will show it or not.

@t3chguy t3chguy requested a review from germain-gg August 2, 2023 13:34
@t3chguy t3chguy enabled auto-merge August 2, 2023 13:37
@t3chguy t3chguy added this pull request to the merge queue Aug 2, 2023
@robintown robintown removed the request for review from kerryarchibald August 2, 2023 20:40
Merged via the queue into develop with commit 61c0a49 Aug 2, 2023
25 checks passed
@t3chguy t3chguy deleted the t3chguy/debug-logs branch August 2, 2023 20:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Task Tasks for the team like planning
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants