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

✨ add log driver #128

Open
lvenier opened this issue Sep 17, 2024 · 0 comments
Open

✨ add log driver #128

lvenier opened this issue Sep 17, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@lvenier
Copy link
Contributor

lvenier commented Sep 17, 2024

Agent version Docker API Version
0.34 1.43

As we are our main plugin user is working on the (flowg) [https://github.com/link-society/flowg] project I believe it would be a good feature to add the log driver in the agent and in the plugin later.

To start with I would suggest to support 2 drivers :

  • json as default. No extra value :
{
  "log-driver": "json-log"
}
  • syslog with the following configuration format
{
  "log-driver": "syslog",
  "log-opts": {
    "syslog-address": "udp://127.0.0.1:514"
  }
}

Don't add any other drivers or options in the first version. We'll see if the feature is adopted.

@lvenier lvenier added the enhancement New feature or request label Oct 14, 2024
@lvenier lvenier changed the title add log driver ✨ add log driver Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants