-
Notifications
You must be signed in to change notification settings - Fork 18
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
Option for Verbose Debug Log Messages (in Production) #40
Comments
Originally filed here. I think both are relevant and important (all apps at every stage of the architecture should have some |
Sorry for not replying sooner @maltfield A toggle button would require either an extension page or an extension menu. Adding those would be fine if we had other settings a user could tweak, but we don't. But we could include a global
Then typing |
As long as it's very clearly documented showing how to enable and view the debug logs in all relevant browsers (with a video demo or at least screenshots), I think that solution is fine. |
Feature request:
Problem
Problem: There is currently no way (at least that's easy to find) to enable verbose debug logging so that a user can figure out what failed when this extension doesn't work as expected.
I needed to sign a document today (PIN2) on an Estonian government website, but it failed. I got a very unhelpful error message displayed in the browser:
I'm 100% sure that the ID software is installed and my smartcard is recognized by my browser (and this extension) because I used it to sign-into the portal (PIN1). I tried it again in another tab and confirmed that, yes, it's still connected and working (again PIN1).
I tried to sign the document again (PIN2), and got the same unhelpful message in the browser.
I checked the browser's debugging console, but nothing was there. I checked the network tab, and all requests were 200.
I tried downloading the document and opening it for signing locally in qdigidoc4, and when I tried to sign the doc, I got a dreaded Segmentation Fault
Is this extension failing for the same reason? Is it also caused by a segfault? Or is it some backend API failing because of the segfault? I have no idea because I cannot view any log messages to see what is going on under the hood.
Solution
This tool needs a way for the user to be able to enable and view very, very detailed debug log messages so that they can pinpoint issues and submit bug reports or pull requests.
The text was updated successfully, but these errors were encountered: