geonode icon indicating copy to clipboard operation
geonode copied to clipboard

Send all logs from container to stdout

Open Gpetrak opened this issue 1 year ago • 3 comments

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.

Gpetrak avatar Mar 19 '25 11:03 Gpetrak

The PR for this issue can be found here: #12986

Gpetrak avatar Mar 19 '25 11:03 Gpetrak

I see that the merge request has been closed, is there a reason for not merging ? Does it cause any issue ?

pchevali avatar Jun 06 '25 09:06 pchevali

@pchevali it was closed because it's going to be provided inside a new one that we're going to create soon.

giohappy avatar Jun 06 '25 12:06 giohappy