Error log file and configuration file to troubleshoot
Where are the configuration and log files for troubleshooting?
The configuration file is located at /usr/local/etc/ezlogin/ez.conf
Ezeelogin has two log files one for the web interface and one for the backend ssh interface.
FRONTEND OR WEB INTERFACE LOGS { Application log }
- The front end or web interface runs on PHP; hence, we have a separate log file for it. The log files are stored in the /{system folder specified at the installation time.
Run the following command to navigate to the log directory
cd $(awk '/^system_folder/ {print $2}' /usr/local/etc/ezlogin/ez.conf)/application/logs/
- You can find the same path by checking the system_folder in /usr/local/etc/ezlogin/ez.conf. The path would be /{system folder}/application/logs/
BACKEND OR SSH LOGS
- The backend or ssh error logs for each Ezeelogin user are stored in at /home/{username}/ezsh.log file.
- If you are having any issues with the ssh logins, this is the log file to look at.