Skip to content

Commit

Permalink
add timestamp to the nonverbose electrs log
Browse files Browse the repository at this point in the history
  • Loading branch information
greenaddress committed Nov 22, 2018
1 parent 08cefc7 commit 91b23e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contrib/supervisord.conf.in
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ directory=/data
autostart={ISLIQUID}

[program:electrs]
command=/srv/explorer/electrs_{DAEMON}/bin/electrs --http-addr 127.0.0.1:3000 --network {ELECTRS_NETWORK} {PARENT_NETWORK} --daemon-dir /data/{DAEMON} --monitoring-addr 0.0.0.0:4224 --db-dir /data/electrs_{DAEMON}_db/{NETWORK}
command=/srv/explorer/electrs_{DAEMON}/bin/electrs --timestamp --http-addr 127.0.0.1:3000 --network {ELECTRS_NETWORK} {PARENT_NETWORK} --daemon-dir /data/{DAEMON} --monitoring-addr 0.0.0.0:4224 --db-dir /data/electrs_{DAEMON}_db/{NETWORK}
autostart={EXPLORERAUTOSTART}
directory=/data
stopasgroup=true
Expand Down

0 comments on commit 91b23e3

Please sign in to comment.