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

Add optional user side logging for anomaly debugging help #147

Closed
MrCsabaToth opened this issue Jun 5, 2021 · 2 comments
Closed

Add optional user side logging for anomaly debugging help #147

MrCsabaToth opened this issue Jun 5, 2021 · 2 comments
Assignees
Labels
enhancement New feature or request

Comments

@MrCsabaToth
Copy link
Member

There's a https://pub.dev/packages/logging package. The feature and level could be turned on by the user. Then it'd log entries to the database. The user could download a digest of that log (text file) and email it to me. For safety the logging would rotate in case the user forgets to turn it off. Mostly exceptions would be logged.

@MrCsabaToth MrCsabaToth added the enhancement New feature or request label Jun 5, 2021
@MrCsabaToth MrCsabaToth self-assigned this Jun 5, 2021
@MrCsabaToth MrCsabaToth removed their assignment Oct 29, 2021
@MrCsabaToth MrCsabaToth self-assigned this Mar 20, 2022
@MrCsabaToth
Copy link
Member Author

We'll use https://pub.dev/packages/flutter_logs because that's not revolving around pretty colorful printing, but rather multi-day logs, segmentation, out-of-the box log export (in zip file) and log clearing. Although Android + iOS only (no web or desktop) but this will serve us way better.

@MrCsabaToth
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant