Skip to main content

Respond

Log Files

You can locate the log files of the Celery, Gunicorn, and Frontend components in the following paths.

Component

Log file location

Celery

/apps/cyware/logs/cftr_celery_beat/celery/

/apps/cyware/logs/cftr_celery_worker/celery/

/apps/cyware/logs/cftr_celery_beat/application/

/apps/cyware/logs/cftr_celery_worker/application/

Gunicorn

/apps/cyware/logs/cftr_backend/application/

Frontend

/apps/cyware/logs/cftr_frontend/

The log files of Elasticsearch, PostgreSQL database, Redis, and Object Storage are hosted on Docker. For these log files, run the following commands on Docker:

Component

Command

Elastic search

docker service logs -f db_elasticsearch

PostgreSQL DB

docker service logs -f db_postgres

Redis

docker service logs -f db_redis

Object Storage

docker service logs -f db_object_storage