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

Add LOG_STDOUT support #17

Open
mhmdksh opened this issue May 16, 2023 · 0 comments
Open

Add LOG_STDOUT support #17

mhmdksh opened this issue May 16, 2023 · 0 comments
Assignees

Comments

@mhmdksh
Copy link
Collaborator

mhmdksh commented May 16, 2023

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:

  • Logs are written to STDOUT & STDERR instead of a file
  • This should be optional (We are only using this on demand, and specific use case, ex: Kubernetes for centralised logging)
  • The application should not crash in case there is no .log file and this option is enabled (We should not create a volume in k8s to hold the .log file just for the application to start successfully)

Check this for reference: Giveth/impact-graph@0f06e0a

aminlatifi added a commit that referenced this issue Jun 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants