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

Check if the /change-log-level endpoint works for all scaled up containers #1547

Open
kuzdogan opened this issue Aug 12, 2024 · 0 comments
Open

Comments

@kuzdogan
Copy link
Member

We have the /chage-log-level endpoint that changes the NODE_LOG_LEVEL environment variable dynamically. However the GCP has a architecture now that it will run multiple containers to scale the service. We need to check if when calling the endpoint the env var will change across all containers or not. My guess is not because this request will be handled by only one container and only the single container state will change.

If not, we need to change logging to take a global variable

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

No branches or pull requests

1 participant