mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-28 16:58:03 +01:00
electrs: control the log level in the conf only (#4115)
This commit is contained in:
parent
6134cac0ab
commit
16b815e58d
1 changed files with 1 additions and 2 deletions
|
@ -319,7 +319,7 @@ if [ "$1" = "1" ] || [ "$1" = "on" ]; then
|
||||||
# https://github.com/romanz/electrs/blob/master/doc/usage.md#configuration-files-and-environment-variables
|
# 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
|
sudo -u electrs mkdir /home/electrs/.electrs 2>/dev/null
|
||||||
echo "\
|
echo "\
|
||||||
log_filters = \"INFO\"
|
log_filters = \"WARN\"
|
||||||
timestamp = true
|
timestamp = true
|
||||||
jsonrpc_import = true
|
jsonrpc_import = true
|
||||||
index-batch-size = 10
|
index-batch-size = 10
|
||||||
|
@ -422,7 +422,6 @@ Type=simple
|
||||||
TimeoutSec=60
|
TimeoutSec=60
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=60
|
RestartSec=60
|
||||||
LogLevelMax=5
|
|
||||||
|
|
||||||
# Hardening measures
|
# Hardening measures
|
||||||
PrivateTmp=true
|
PrivateTmp=true
|
||||||
|
|
Loading…
Add table
Reference in a new issue