GeoNode / geonode-project

A django template project for creating custom GeoNode projects.
http://geonode.org
78 stars 172 forks source link

[Fixes #266] Persisting of GeoNode and Celery logs #309

Closed jkariscodes closed 2 years ago

jkariscodes commented 2 years ago

Edited docker config to allow persistence of geonode log and the celery [log] to a persistent volume called logs.

frafra commented 2 years ago
GEONODE_LOG_STDOUT=true
CELERY_LOG_STDOUT=true

These two variables are defined, but not used. Wouldn't it better to just have a local switch for logging to STDOUT/STDERR or to the usual file log path?