-
Notifications
You must be signed in to change notification settings - Fork 544
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
(Intermediate) Docker image's error log not in stderr #5
Comments
Could you please elaborate the issue. I'm willing to work on the Dockerfile |
@AnmolVirdi , the core has two types of outputs:
Without docker, the output of (1) is sent to a file called The problem comes in the docker container, where both these types of logs are being printer to the |
Okay thanks. We will recheck this |
It seems that https://github.com/supertokens/supertokens-core/blob/master/src/main/java/io/supertokens/webserver/WebserverAPI.java#L161 and https://github.com/supertokens/supertokens-core/blob/master/src/main/java/io/supertokens/webserver/WebserverAPI.java#L179 don't print out on stderr which is perhaps the root of the issue here. |
@rishabhpoddar, is the issue still relevant? Can I take it up? |
The repo containing the
Dockerfile
and theentrypoint
is here.The text was updated successfully, but these errors were encountered: