-
Notifications
You must be signed in to change notification settings - Fork 984
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
Changed LOG LEVEL once in release builds makes impossible to disable logs again until reopening app #10888
Comments
as a temporary workaround IMO we can change the copy in this popup (to add that manual restarting app is required). WDYT @hesterbruikman ? |
|
hesterbruikman
added a commit
that referenced
this issue
Jun 30, 2020
Small change to manage #10888 Communicates that restart is required for log change to take effect.
Merged
flexsurfer
pushed a commit
that referenced
this issue
Jul 1, 2020
Small change to manage #10888 Communicates that restart is required for log change to take effect. Signed-off-by: andrey <motor4ik@gmail.com>
flexsurfer
pushed a commit
that referenced
this issue
Jul 1, 2020
Small change to manage #10888 Communicates that restart is required for log change to take effect. Signed-off-by: andrey <motor4ik@gmail.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Bug Report
Problem
By default LOG LEVEL is disabled in release builds - it means that Status.log and geth.log are empty.
But if you change it once to another log level and then change back to disable it - you'll see new entries in logs, which means that
DISABLED
log level is not applied.Moreover, it is written for new multiaccounts on this build as well.
But log level is set correctly again after manual reopening app.
Expected behavior
No new entries in geth.log
Actual behavior
New entries in geth.log when user is logged out and
Reproduction
INFO
(14:15 in logs)Additional Information
Logs
with DISABLED in log level (before change): status_logs_empty.zip
with DISABLED in log level (after change): status_logs 12.zip
The text was updated successfully, but these errors were encountered: