status-go/api
Godfrain Jacques 4584de34b0
fix(settings): It's not possible to switch the log level (#4667)
Closes #13139

Previously it was not possible to change the state of the Debug toggle.
This is because the code forced the setting the default value, ignoring
the database setup, hence always setting the DEBUG as LogLevel.

This PR adds :

- A RuntimeLogLevel to enable setting ephemeral loggig strategy on status-go
2024-02-02 13:08:48 -08:00
..
multiformat Add spiff workflow cmd 2023-03-16 14:31:34 +00:00
.gitignore Fix some tests & upgrade contracts 2021-07-20 10:57:38 +02:00
app_state.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
app_state_test.go Clean api package (#1055) 2018-06-27 10:11:45 +02:00
backend.go [#4200] Avoid tx watching for addresses which were not exposed 2023-12-01 12:30:42 +01:00
backend_test.go fix(settings): It's not possible to switch the log level (#4667) 2024-02-02 13:08:48 -08:00
create_account_and_login_test.go Comment out all logged flaky tests 2024-01-18 06:36:12 +00:00
default_networks.go Update default networks list and build Wallet config on login (#4592) 2024-02-02 19:25:46 +05:30
default_networks_test.go Update default networks list and build Wallet config on login (#4592) 2024-02-02 19:25:46 +05:30
defaults.go Update default networks list and build Wallet config on login (#4592) 2024-02-02 19:25:46 +05:30
geth_backend.go fix(settings): It's not possible to switch the log level (#4667) 2024-02-02 13:08:48 -08:00
test_helpers.go feat(wallet): move wallet-related tables to a dedicated db. 2023-08-18 09:00:56 +02:00
utils.go synchronize display name (#2989) 2022-12-29 14:16:19 +08:00
utils_test.go fix(tests): moved test db setup to a common place 't/helpers', created 2023-08-18 09:00:56 +02:00