-
Notifications
You must be signed in to change notification settings - Fork 199
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
[HDX-45] Suppress Services' Logs #54
Comments
FYI: Docker registry is fine, but when it comes to |
|
But isn't rebuilding required, when I at least change localhost to an internal server IP (this is unrelated to log verbosity though)? |
You can lock your 'app' service image version (in compose file) and you don't need to rebuild images since other services should be able to read URL env var dynamically. For frontend session recording specifically, the api key is sent from the next server so it should be okay to remove HYPERDX_API_KEY without rebuilding as well |
Users should be able to suppress HyperDX services' logs by setting env vars like 'HDX_LOG_LEVEL'
The text was updated successfully, but these errors were encountered: