Skip to content

Commit

Permalink
Merge pull request #1626 from orbs-network/more_log_files
Browse files Browse the repository at this point in the history
Add more log files
  • Loading branch information
noambergIL authored Sep 22, 2020
2 parents 0a69973 + c1d11bf commit 0236cc6
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 0236cc6

Please sign in to comment.