Skip to content

Commit

Permalink
set ECS_AVAILABLE_LOGGING_DRIVERS to include awslogs
Browse files Browse the repository at this point in the history
Set `ECS_AVAILABLE_LOGGING_DRIVERS` to `["json-file","awslogs"]`.  This is suggested by http://docs.aws.amazon.com/AmazonECS/latest/developerguide/using_awslogs.html

Fixes aws#385
  • Loading branch information
joeshaw authored Jun 17, 2016
1 parent 66a0d05 commit 2ff47d3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions opsworks_ecs/templates/default/ecs.config.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ ECS_LOGFILE=/log/ecs-agent.log
ECS_LOGLEVEL=<%= node["opsworks_ecs"]["ecs-agent"]["loglevel"] %>
ECS_DATADIR=/data
ECS_CLUSTER=<%= node["opsworks_ecs"]["ecs_cluster_name"] %>
ECS_AVAILABLE_LOGGING_DRIVERS=["json-file","awslogs"]

0 comments on commit 2ff47d3

Please sign in to comment.