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

Update tcshandler logging for seelog. #693

Merged
merged 1 commit into from
Feb 2, 2017
Merged

Conversation

nmeyerhans
Copy link
Contributor

Summary

This change completes the migration of existing log invocations in tcshandler to proper seelog-compatible calls. Details in #683

Implementation details

No functional changes.

Testing

  • Builds on Linux (make release)
  • Builds on Windows (go build -out amazon-ecs-agent.exe ./agent)
  • Unit tests on Linux (make test) pass
  • Unit tests on Windows (go test -timeout=25s ./agent/...) pass
  • Integration tests on Linux (make run-integ-tests) pass
  • Integration tests on Windows (.\scripts\run-integ-tests.ps1) pass
  • Functional tests on Linux (make run-functional-tests) pass
  • Functional tests on Windows (.\scripts\run-functional-tests.ps1) pass

New tests cover the changes: no new tests needed.

Description for the changelog

Bugfix: Correct formatting of log messages from tcshandler.

Licensing

This contribution is under the terms of the Apache 2.0 License: yes

@nmeyerhans nmeyerhans merged commit 95dd837 into aws:dev Feb 2, 2017
@samuelkarp samuelkarp added this to the 1.14.1 milestone Feb 3, 2017
@adnxn adnxn mentioned this pull request Mar 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants