-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
missing log directory when using -l #537
Comments
Hi @dutangp, yes, you are right. |
hey, Just a suggestion, in docker at least, to be able to remove this server.log in file as all the log a shipped to stdout of the container and can be handled differently. |
hello, For info I found the way in docker by rebuilding the Dockerfile with ENTRYPOINT instead of CMD
and modifying the file logging.json as below
In docker server.log doesn't bring anything as logs can be handled via std out only and redirection to ES. As well the entrypoint can handle the parameters @bugy no rush at all on fixing this point imho but you are the boss :) |
Hi @dutangp, I would agree with you, that a standard logging mechanism in docker is stdout. |
Hello,
Version tested 1.17.0 in docker
Running the application
output error
I guess there is a missing configuration in the
src/main.py
to setupserver.log
file in the directory taken from the arg.The text was updated successfully, but these errors were encountered: