diff --git a/rootfs/standard/var/www/mynode/electrum_server.py b/rootfs/standard/var/www/mynode/electrum_server.py index f270f481..0592f9bd 100644 --- a/rootfs/standard/var/www/mynode/electrum_server.py +++ b/rootfs/standard/var/www/mynode/electrum_server.py @@ -32,7 +32,7 @@ def get_electrs_status(): global electrum_server_current_block global eelctrs_active bitcoin_block_height = get_bitcoin_block_height() - log = subprocess.check_output("tail -n 100 /var/log/electrs.log", shell=True) + log = subprocess.check_output("tail -n 100 /var/log/electrs.log /var/log/electrs.log.1", shell=True) lines = log.splitlines() lines.reverse() for line in lines: diff --git a/rootfs/standard/var/www/mynode/templates/uploader.html b/rootfs/standard/var/www/mynode/templates/uploader.html index 0f14bb5e..04be5ad2 100644 --- a/rootfs/standard/var/www/mynode/templates/uploader.html +++ b/rootfs/standard/var/www/mynode/templates/uploader.html @@ -20,6 +20,7 @@