Search Documentation
To troubleshoot any issues, it is best to view log files. NirvaShare is bundled with two applications that can help in checking log files, one for administration and the other for File sharing purposes.
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
Search Service 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_search
FTP 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_ftps