You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
We have the
/chage-log-level
endpoint that changes theNODE_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
The text was updated successfully, but these errors were encountered: