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

implement new network interface (tcp:ip) to beam logs to scotty #12

Open
KonstantinGasser opened this issue Mar 31, 2023 · 0 comments
Open
Labels
feature an addition to the tool good first issue Good for newcomers

Comments

@KonstantinGasser
Copy link
Owner

Currently scotty only supports streaming of logs via unix sockets. However it would be useful if the command beam could also stream logs via a tcp:ip connection.

Background is:
when the application is running in a docker container streaming through unix sockets is hard but it is easy to use a tcp socket.

This feature should be relatively straight forward as the current multiplexer is using net.Conns. However cmd flags need to be implemented. Furthermore, an alignment in the beam repository changes are required. Please refer in your PR to also a PR in the beam repository.

@KonstantinGasser KonstantinGasser added good first issue Good for newcomers feature an addition to the tool labels Mar 31, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature an addition to the tool good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant