Skip to content

Commit

Permalink
Merge pull request #861 from convox/panic-restart
Browse files Browse the repository at this point in the history
agent 0.70 to address convox/agent panic and log forwarding failure
  • Loading branch information
Noah Zoschke authored Jul 12, 2016
2 parents 0397b43 + e7bc745 commit ec78b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/dist/kernel.json
Original file line number Diff line number Diff line change
Expand Up @@ -917,7 +917,7 @@
" - echo \"", { "Ref": "AWS::Region" }, "\" > /etc/convox/region\n",
" - echo \"", { "Ref": "ClientId" }, "\" > /etc/convox/client_id\n",
" - echo \"", { "Ref": "LogGroup" }, "\" > /etc/convox/log_group\n",
" - curl -s https://convox.s3.amazonaws.com/agent/0.69/convox.conf > /etc/init/convox.conf\n",
" - curl -s https://convox.s3.amazonaws.com/agent/0.70/convox.conf > /etc/init/convox.conf\n",
" - echo -e '/var/log/docker {\\n rotate 7\\n daily\\n nocompress\\n copytruncate\\n}' >> /etc/logrotate.d/docker\n",
{ "Fn::If": [ "BlankInstanceBootCommand",
{ "Ref": "AWS::NoValue" },
Expand Down

0 comments on commit ec78b24

Please sign in to comment.