Skip to main content

Log Files

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

Component

Log file location

Celery

/apps/cyware/co_celery_automatic/

/apps/cyware/co_celery_manual

/apps/cyware/co_celery_beat

Gunicorn

/apps/cyware/co

Integration App

/apps/cyware/co_integration

Config Service

/apps/cyware/config_service

Frontend

/apps/cyware/csol_nginx

The log files of Elasticsearch, PostgreSQL database, Redis, and Object Storage are hosted on Docker. To access 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