Skip to main content

Collaborate

Log Files

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

Component

Log file location

Celery

/apps/cyware/logs/celery-worker/celery.log 

/apps/cyware/logs/celery-beat/celery.log 

/apps/cyware/logs/celery-notification/celery.log 

Backend

/apps/cyware/logs/csap/mylog.log 

Analyst Portal

/apps/cyware/logs/dashboard/access.log 

/apps/cyware/logs/dashboard/error.log 

Member Portal

/apps/cyware/logs/webapp/access.log 

/apps/cyware/logs/webapp/error.log 

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

Component

Command

PostgreSQL

docker service logs -f db_postgres 

Redis

docker service logs -f db_redis 

Object Storage

docker service logs -f cy_object_store