< All Topics

How to Check Log Files

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.

  • 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

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
Table of Contents