mirror of
https://github.com/status-im/status-go.git
synced 2026-08-31 09:01:16 +00:00
* chore: move databases to internal/db * chore: move internal/db/sqlite * chore: internal/abi-spec * chore: move internal/connection * chore: internal/circuitbreaker * chore: internal/transactions * fix: rebase issues
7 lines
120 B
SQL
7 lines
120 B
SQL
UPDATE log_config
|
|
SET
|
|
log_namespaces = 'wakunode:info'
|
|
WHERE
|
|
log_namespaces IS NULL
|
|
OR log_namespaces = '';
|