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

Developers need to see logs in real time in servers Nightly and Staging #3077

Closed
matleppa opened this issue Oct 27, 2017 · 4 comments
Closed
Assignees

Comments

@matleppa
Copy link
Member

Description

In order to be able to debug, what happens in server, the developers need ability to browse server logs in real time.

Use case

Developer needs to see, what happens in server, when a HTTP request is sent via a proxy.

In case request is not a simple request, the browser generates an OPTION request.
That can not be seen with browser tools only, but a support on server side is needed also.

@bajiat
Copy link
Contributor

bajiat commented Oct 27, 2017

@shaliko Can you please comment this?

@shaliko
Copy link
Contributor

shaliko commented Oct 27, 2017

@matleppa @bajiat The API-Umbrella docker image does not have the option to fetch logs from standard docker interface. So for able see logs developer need connect to the particular running container and found logs inside it (limitation from API-umbrella side).

@kyyberi
Copy link

kyyberi commented Nov 2, 2017

Create generic account in the container for developers to access logs?

@anarva
Copy link
Contributor

anarva commented Feb 15, 2018

Once the developer has been granted the required access rights, here's the way to find the docker logs (including the errors with sing up):
1. LIst the running instances with command "docker ps".
2. Check the logs of a specific instance as described here, https://docs.docker.com/engine/reference/commandline/logs/.

@anarva anarva closed this as completed Feb 15, 2018
@ghost ghost removed the backlog label Feb 15, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

6 participants