How Can We Help?
< All Topics
How to Check Log Files
To troubleshoot any issues, it is best to view log files. NirvaShare is bundled with two applications, one for administration and the other for File sharing purposes.
- Admin Console
- User application
Login to your machine where NirvaShare is installed. In the case of Linux, ssh to the machine using root or with a user having access to docker containers.
Admin Console logs
Run below command to tail and get the live log data in the console screen. To stop taiing, press Ctr-C
docker logs --follow nirvashare_admin
User Application logs
Run below command to tail and get the live log data in the console screen. To stop taiing, press Ctr-C
docker logs --follow nirvashare_userapp
Table of Contents