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

Always write log files even in debug builds #3016

Closed
kegsay opened this issue Jun 12, 2024 · 0 comments · Fixed by #3019
Closed

Always write log files even in debug builds #3016

kegsay opened this issue Jun 12, 2024 · 0 comments · Fixed by #3019
Assignees
Labels
T-Defect Something isn't working: bugs, crashes, hangs and other reported problems

Comments

@kegsay
Copy link
Contributor

kegsay commented Jun 12, 2024

Steps to reproduce

  • Run the debug app
  • Reproduce a bug
  • Send a bug report
  • Note that it does not have all the logs

Outcome

This is extremely annoying because I've told people to run debug/nightly builds so we can enable more logging. To then have the bug report not contain all the log files is crazy. The only reason why we're having to jump through these hoops to begin with is due to the lack of ability to enable trace logging on the store versions, but all the options are not great currently:

  • run the store build but lack debug/trace logging options
  • run the debug build (and nightly?) and lack actual log files from rust SDK

What did you expect?

That there is the same logs as when run in prod.

What happened instead?

There was insufficient logs (missing logs-001.log.gz etc)

Your phone model

No response

Operating system version

No response

Application version and app store

No response

Homeserver

No response

Will you send logs?

Yes

Are you willing to provide a PR?

No

@kegsay kegsay added the T-Defect Something isn't working: bugs, crashes, hangs and other reported problems label Jun 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
T-Defect Something isn't working: bugs, crashes, hangs and other reported problems
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants