Skip to content

Commit

Permalink
Merge pull request #1627 from orbs-network/logs_retention_half_gb
Browse files Browse the repository at this point in the history
retain 0.5Gb of logs
  • Loading branch information
ronnno authored Sep 22, 2020
2 parents 0236cc6 + 368c039 commit 7b93a84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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 n10 '!tai64nlocal' /opt/orbs/logs"
multilog_cmd="multilog s16777215 n32 /opt/orbs/logs"

while [[ "${multilog_err}" -ne "0" ]]; do
sleep 1
Expand Down

0 comments on commit 7b93a84

Please sign in to comment.