Currently the unconditional log during init with a default wallet happens three times:
02025-09-03T19:57:16Z init message: Verifying wallet(s)…
12025-09-03T19:57:16Z Using SQLite Version 3.45.1
22025-09-03T19:57:16Z Using wallet XXX/.bitcoin/regtest
32025-09-03T19:57:16Z Using SQLite Version 3.45.1
42025-09-03T19:57:16Z Using wallet XXX/.bitcoin/regtest
5(...)
62025-09-03T19:57:16Z Using SQLite Version 3.45.1
72025-09-03T19:57:16Z Using wallet XXX/.bitcoin/regtest
82025-09-03T19:57:16Z init message: Loading wallet…
For non-default wallets it’s logged two times.
That seems a bit too much, so just log the SQLite version just one, and remove the log for the full path of the wallet, since it’s already clear from other logs which wallet is being loaded.