1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 01:43:29 +01:00

Warn about log level

Some people still incorrectly use trace log level and get burned by this update.
This commit is contained in:
Martin Habovštiak 2021-09-25 19:39:39 +02:00 committed by GitHub
parent f420188650
commit cb53ec2938
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,10 +2,11 @@
**IMPORTANT: This release contains major changes, please read carefully!**
The two main things to watch out for:
The three main things to watch out for:
* Database schema changed - this will cause **reindex after upgrade**.
* We now use **bitcoin p2p protocol** to fetch blocks - some configurations may not work.
* Trace log level now logs much more information - make sure it's not used in production.
See [upgrading](doc/usage.md#upgrading) section of our docs to learn more.