We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Background DEA's Explorer deployment at the NCI has been periodically running out of disk space, and the only thing running on that VM is Explorer.
I've been looking at what Explorer is logging, and how to customise it. And, it's either impossible or very awkward.
There's a bunch of useful looking code in https://github.com/opendatacube/datacube-explorer/blob/develop/cubedash/logs.py#L13 , that customises the structlog configuration, but that never gets run when running with gunicorn like in the Dockerfile or K8s deployments.
structlog
gunicorn
They just use the structlog defaults, which aren't bad.... but, are quite verbose.
I think we should be able to customise the logging setup for production deployments.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Background
DEA's Explorer deployment at the NCI has been periodically running out of disk space, and the only thing running on that VM is Explorer.
I've been looking at what Explorer is logging, and how to customise it. And, it's either impossible or very awkward.
There's a bunch of useful looking code in https://github.com/opendatacube/datacube-explorer/blob/develop/cubedash/logs.py#L13 , that customises the
structlog
configuration, but that never gets run when running withgunicorn
like in the Dockerfile or K8s deployments.They just use the structlog defaults, which aren't bad.... but, are quite verbose.
I think we should be able to customise the logging setup for production deployments.
The text was updated successfully, but these errors were encountered: