Files
status-go/internal/db/appdatabase/migrations/sql/1761335412_default_log_namespaces.up.sql
Igor Sirotin 6c9070fbe9 refactor: project layout (databases, abi-spec, connection) (#7205)
* 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
2025-12-15 12:01:03 +00:00

7 lines
120 B
SQL

UPDATE log_config
SET
log_namespaces = 'wakunode:info'
WHERE
log_namespaces IS NULL
OR log_namespaces = '';