# README
The cloudwatchlogs files are copied over from docker/daemon/logger/awslogs.
Docker has dependency on an old version aws-go-sdk. Godeps tool does not copy over the vendor dir in docker. Building the log driver will fail. We may consider to maintain the vendor dir manually in the future.
# Functions
New creates an awslogs logger using the configuration passed in on the context.
ValidateLogOpt looks for awslogs-specific log options awslogs-region, awslogs-group, awslogs-stream, awslogs-create-group, awslogs-datetime-format, awslogs-multiline-pattern.