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

Person issue logs #4894

Merged
merged 2 commits into from
Jan 29, 2025
Merged

Person issue logs #4894

merged 2 commits into from
Jan 29, 2025

Conversation

laurenspriem
Copy link
Member

Description

Logs

@laurenspriem laurenspriem merged commit 65ed594 into main Jan 29, 2025
1 of 2 checks passed
@laurenspriem laurenspriem deleted the person_issue_logs branch January 29, 2025 10:23
@@ -243,7 +241,7 @@ class _PeoplePageState extends State<PeoplePage> {
],
);
} else if (snapshot.hasError) {
log("Error: ${snapshot.error} ${snapshot.stackTrace}}");
_logger.severe("Error: ${snapshot.error} ${snapshot.stackTrace}}");
Copy link
Member

Choose a reason for hiding this comment

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

While logging, we should prefer standard syntax _logger.server("message", e, s);

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