1
0
mirror of https://github.com/romanz/electrs.git synced 2024-11-19 09:54:09 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Roman Zeyde
8ad3ae0e9b Allow setting DB name via server.sh 2023-08-18 22:03:16 +03:00
Roman Zeyde
ca93d3c75c Fix process-related metrics collection feature
Previously, it wasn't enabled when building with:
```
cargo build --all --features "prometheus/process" --release
```
2021-10-05 13:14:56 +03:00
Roman Zeyde
29c81f61a2 Build with 'prometheus/process' in server.sh 2021-09-19 21:21:51 +03:00
Roman Zeyde
e8fb55b888 Use './db' as default DB directory in server.sh 2021-08-27 14:47:48 +03:00
Roman Zeyde
7baacab560 Fixup default logging 2021-08-22 22:33:09 +03:00
Roman Zeyde
c1c1b26333 Use INFO logging level by default from server.sh 2021-08-22 17:06:07 +03:00
Roman Zeyde
d153bfa2eb Use log verbosity level from configration
Following https://github.com/romanz/electrs/issues/440#issuecomment-886094765.
2021-07-27 20:52:03 +03:00
Roman Zeyde
3780d7d48b Refactor and sync using p2p protocol 2021-04-14 18:38:59 +03:00