This documentation presents commands for accessing system and application logs.
____________________________________________________________________________________
For any problems, you'll need to refer to the system and application logs, which will guide you in finding solutions.
For any questions sent to LockSelf support, please send us the results of these logs upstream.
System logs can be accessed via the command:
docker logs -f CONTAINER_ID
Application logs are accessible via the command:
1. docker exec -it CONTAINER_ID sh 2. cat var/log/prod.error-YYYY-MM-DD
Updated