Skip to content

Commit

Permalink
retain 0.5Gb of logs
Browse files Browse the repository at this point in the history
- remove redundant log file processor `tai64nlocal`
- increase the maximal logs retention to 0.5Gb
  • Loading branch information
ronnno authored Sep 22, 2020
1 parent 0236cc6 commit 368c039
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 368c039

Please sign in to comment.