-
Notifications
You must be signed in to change notification settings - Fork 5
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
feat: [LW-12136] enable setting logging level in the application #1681
base: main
Are you sure you want to change the base?
Conversation
ced48b3
to
002e672
Compare
002e672
to
5cb9603
Compare
Allure Report
processReports: ✅ test report for ed97bfc9
|
3a9fd12
to
cade8b8
Compare
...ser-extension-wallet/src/views/browser-view/features/settings/components/SettingsLogging.tsx
Outdated
Show resolved
Hide resolved
cade8b8
to
7854011
Compare
Quality Gate passedIssues Measures |
return ( | ||
<SettingsCard> | ||
<Title level={5} className={styles.heading5} data-testid={'debugger-heading'}> | ||
{t('browserView.settings.debugging.title')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rhyslbw. The section title for the "Debugging" text
} | ||
data-testid="settings-logging-level-section" | ||
> | ||
{t('browserView.settings.debugging.title')} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@rhyslbw The settings title for the "Debugging" text. They use the same translation key as they are the same text.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need a whole section for debugging, just drop the toggle under Preferences and call it Debug logging, without a description.
ed97bfc
to
40a625d
Compare
@@ -279,6 +279,8 @@ | |||
"browserView.settings.preferences.title": "Preferences", | |||
"browserView.settings.preferences.betaProgram.description": "Test out new features and help us improve the product experience", | |||
"browserView.settings.preferences.betaProgram.title": "Beta Program", | |||
"browserView.settings.preferences.debugging.title": "Debugging", | |||
"browserView.settings.preferences.debugging.description": "Enable debugging logs in the console", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
"browserView.settings.preferences.debugging.description": "Enable debugging logs in the console", | |
"browserView.settings.preferences.debugging.description": "Enable verbose console logging", |
Checklist
Proposed solution
Explain how does this PR solves the problem stated in JIRA ticket.
You can also enumerate different alternatives considered while approaching this task.
Testing
Describe here, how the new implementation can be tested.
Provide link or briefly describe User Acceptance Criteria/Tests that need to be met
Screenshots