-
Notifications
You must be signed in to change notification settings - Fork 77
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
Fix extension logging strategy #429
Comments
What there currently is:
Some thoughts on approach:
I think we should extend the Aside: using the |
Also all our debug logs are ALL CAPS. I don't know why I started doing that. It's a bit over the top! 😲 |
From @tomaka in chat: Quick remark/brainstorm: when it comes to logging on the extension side, I think it'd be a good idea to keep in memory the last 500 or so lines of logs level 4 (the debug logs) and add some sort of semi-hidden button in the UI to show them |
What in my opinion we should do in terms of logging in the extension:
cc @Goranch3 |
Can you add a quick update on the progress / status of this issue please @wirednkod ? |
I don't know if it should be part of this issue, but the logging tab could really get some aesthetics improvements. |
This is part of the UI refactor Im already doing based on @Goranch3 's figma designs: |
If I can give my two cents, it should really just be something like this:
The level can be indicated with a background color on the line. And the font should be monospace |
This can close as all comments from @tomaka are implemented - except the following:
which was discussed with @Goranch3 and will be covered during the redesign of UI. An issue #1031 has opened - thus this issue can close now. |
Our logging strategy is going a bit all over the place in the extension.
This should be organised bit better.
The text was updated successfully, but these errors were encountered: