Skip to content

PERSEUS logging

Restricted functionality

This functionality can only be accessed when having one of the following roles:
  • OWNER
  • SECURITY_MANAGER

Navigate to “Production Logs” to view the last log entries. Every 15 seconds, the frontend will pull all new messages.

Screenshot of production logs

Use following command to view the PERSEUS production logs live:

Terminal window
docker exec perseus-core tail -f /home/perseus/logs/today.log

Alternatively use commands like cat or less to view the full log.

Navigate to “Development Logs” to view the last log entries. Every 15 seconds, the frontend will pull all new messages.

Screenshot of development logs

Use following command to view the PERSEUS production logs live:

Terminal window
docker exec perseus-core tail -f /home/perseus/logs/today-dev.log

Alternatively use commands like cat or less to view the full log.