Restricted functionality
This functionality can only be accessed when having one of the following
roles:
- OWNER
- SECURITY_MANAGER
Restricted functionality
Navigate to “Production Logs” to view the last log entries. Every 15 seconds, the frontend will pull all new messages.
Use following command to view the PERSEUS production logs live:
docker exec perseus-core tail -f /home/perseus/logs/today.logpodman exec perseus-core tail -f /home/perseus/logs/today.logAlternatively 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.
Use following command to view the PERSEUS production logs live:
docker exec perseus-core tail -f /home/perseus/logs/today-dev.logpodman exec perseus-core tail -f /home/perseus/logs/today-dev.logAlternatively use commands like cat or less to view the full log.