Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Engine seelog #1208

Merged
merged 4 commits into from
Jan 23, 2018
Merged

Engine seelog #1208

merged 4 commits into from
Jan 23, 2018

Commits on Jan 23, 2018

  1. task manager: switch to seelog

    Move to seelog and a uniform logging structure in the task manager code
    aaithal committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    0339078 View commit details
    Browse the repository at this point in the history
  2. engine seelog: task engine and container manager

    Switch logger to seelog for container and task engine files.
    aaithal committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    ab03935 View commit details
    Browse the repository at this point in the history
  3. engine: BatchContainerHappyPath StopContainer mock

    Added a mock for StopContainer in TestBatchContainerHappyPath. On slower
    machines, if the cleanup takes long, the task engine could invoke
    StopContainer and this would cause the unit test to fail.
    
    Example:
    https://travis-ci.org/aws/amazon-ecs-agent/builds/332087012?utm_source=github_status&utm_medium=notification
    aaithal committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    4305a37 View commit details
    Browse the repository at this point in the history
  4. task engine: mv container engine -> docker client

    Renamed docker_container_engine.go to docker_client.go
    aaithal committed Jan 23, 2018
    Configuration menu
    Copy the full SHA
    90ee2ed View commit details
    Browse the repository at this point in the history