You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
@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).
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/.
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.
The text was updated successfully, but these errors were encountered: