electrs update to v0.9.4 and add INFO logs

This commit is contained in:
openoms 2022-01-11 10:04:24 +00:00
parent a72fad3607
commit c56b31d323
No known key found for this signature in database
GPG Key ID: 5BFB77609B081B65

View File

@ -1,7 +1,7 @@
#!/bin/bash
# https://github.com/romanz/electrs/releases
ELECTRSVERSION="v0.9.3"
ELECTRSVERSION="v0.9.4"
# https://github.com/romanz/electrs/commits/master
# ELECTRSVERSION="3041e89cd2fb377541b929d852ef6298c2d4e60a"
@ -302,7 +302,8 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
# generate setting file: https://github.com/romanz/electrs/issues/170#issuecomment-530080134
# https://github.com/romanz/electrs/blob/master/doc/usage.md#configuration-files-and-environment-variables
sudo -u electrs mkdir /home/electrs/.electrs 2>/dev/null
echo "
echo "\
log_filters = \"INFO\"
timestamp = true
jsonrpc_import = true
index-batch-size = 10