Send all logs from container to stdout
The GeoNode Docker stack logs something to stdout and something (only) to local files.
This is particularly relevant for the Django and Celery container, which currently logs only to /var/log/{geonode | celery}.log file. This is problematic for log rotation management and log shipping/monitoring in the context of a Docker-based deployment.
We want to implement the option to send all logs ONLY to stdout when GeoNode and Celery are executed inside containers.
The PR for this issue can be found here: #12986
I see that the merge request has been closed, is there a reason for not merging ? Does it cause any issue ?
@pchevali it was closed because it's going to be provided inside a new one that we're going to create soon.