-
Notifications
You must be signed in to change notification settings - Fork 4
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
Add LOG_STDOUT support #14
Comments
Thanks @mhmdksh, |
Hey @aminlatifi So this is the point that I was not sure about. But after reviewing it for a little bit I guess we can leave it as it is. (I mean no change to logging to a .log file is required) Instead, I should modify the docker attached volumes in the kubernetes deployment in order for it not to make mapping a log file necessary. And see how it goes. So I assume we can proceed forward with the other STDOUT & STDERR logging option normally. |
This is meant to lessen the development burden to support Elastic Logging natively by the application or any direct centralized logging solution
Take into consideration the below:
Check this for reference: Giveth/impact-graph@0f06e0a
The text was updated successfully, but these errors were encountered: