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

Default configuration does not work in Docker #247

Open
sprymiker opened this issue Aug 1, 2020 · 1 comment
Open

Default configuration does not work in Docker #247

sprymiker opened this issue Aug 1, 2020 · 1 comment

Comments

@sprymiker
Copy link

sprymiker commented Aug 1, 2020

Greetings,

I am not sure is it a bug, missed requirement, or desired behavior.

Problem statement

log.io in Docker container does not work OOTB.
You need additional configuration to be applied to make it work.
Therefore you need a strong knowledge of how a port listening and network interfaces binding work.

Actual behavior

/ # nc -zv logio 6689
/ # curl http://logio:6688
curl: (7) Failed to connect to logio port 6688: Connection refused

Additional inconvenience

Debug mode is turned on by default. It does spawning all processed logs entries in the output pipe.

Root cause

Bounding to the loopback interface (127.0.0.1) only. So connections from other network interfaces are not listened to.

Solution

  1. Changing the default configuration. PR will be provided.
  2. Adding an additional section in the documentation on how to use log.io in Docker or remote environments.
@sprymiker
Copy link
Author

The PR: #248

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