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

Allow end users to view logs or error trace on crash #10

Open
tomarney opened this issue Aug 21, 2023 · 0 comments
Open

Allow end users to view logs or error trace on crash #10

tomarney opened this issue Aug 21, 2023 · 0 comments

Comments

@tomarney
Copy link

When I came across a bug that made the app crash (#9), I had to clone the repo and debug the app myself to be able to report a useful issue, since no errors were reported, and no logs were available (I think?).

It would be great if (at least) the python Traceback output could be easily retrieved by the end user to report their bug, without needing python developer knowledge.

Perhaps the log (as output to the console when run from the command line) could be dumped in a text file in the same directory as the executable on any exception? This should also be documented in the README or usage instructions.

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

No branches or pull requests

1 participant