Skip to content

Commit

Permalink
Update entrypoint.sh
Browse files Browse the repository at this point in the history
10 log files
  • Loading branch information
ronnno authored Sep 21, 2020
1 parent 0a69973 commit c1d11bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#!/bin/bash

multilog_err=1
multilog_cmd="multilog s16777215 n2 '!tai64nlocal' /opt/orbs/logs"
multilog_cmd="multilog s16777215 n10 '!tai64nlocal' /opt/orbs/logs"

while [[ "${multilog_err}" -ne "0" ]]; do
sleep 1
Expand All @@ -11,4 +11,4 @@ done

echo "Running orbs-network-go.."

/opt/orbs/orbs-node $@ | $multilog_cmd 2>&1
/opt/orbs/orbs-node $@ | $multilog_cmd 2>&1

0 comments on commit c1d11bf

Please sign in to comment.