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

Containers don't start without logentries plugin #582

Open
essa opened this issue Apr 20, 2020 · 0 comments
Open

Containers don't start without logentries plugin #582

essa opened this issue Apr 20, 2020 · 0 comments

Comments

@essa
Copy link
Contributor

essa commented Apr 20, 2020

If we remove logentries plugin, all the containers fail at start up.

CannotStartContainerError: Error response from daemon: failed to initialize logging driver: dial tcp 127.0.0.1:514: connect: connection refused

Here's the task definition.

 "containerDefinitions": [
    {
      "dnsSearchDomains": null,
      "logConfiguration": {
        "logDriver": "syslog",
        "secretOptions": null,
        "options": {
          "syslog-address": "tcp://127.0.0.1:514",
          "tag": "basecamp2-staging2-delayed"
        }
      },
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

No branches or pull requests

1 participant