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 #56

Open
mhmdksh opened this issue May 16, 2023 · 1 comment
Open

Add LOG_STDOUT support #56

mhmdksh opened this issue May 16, 2023 · 1 comment
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

@mhmdksh mhmdksh assigned aminlatifi and MoeNick and unassigned aminlatifi Jun 5, 2023
aminlatifi added a commit that referenced this issue Jun 7, 2023
@MoeNick
Copy link
Member

MoeNick commented Sep 25, 2023

What should we do with this issue?
Does this one (#60) need to be reviewed by @mohammadranjbarz ?

FYI: @divine-comedian

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants