How to Get Error Logs
To get the error logs of your Jan application, follow the steps below:
Jan Application
- Navigate to the main dashboard.
- Click the gear icon (⚙️) on the bottom left of your screen.
- Under the Settings screen, click the Advanced Settings.
- On the Jan Data Folder click the folder icon (📂) to access the data.
- Click the logs folder.
Jan UI
- Open your Unix or Linux terminal.
- Use the following commands to get the recent 50 lines of log files:
tail -n 50 ~/jan/logs/app.log
Jan API Server
- Open your Unix or Linux terminal.
- Use the following commands to get the recent 50 lines of log files:
tail -n 50 ~/jan/logs/server.log
warning
Ensure to redact any private or sensitive information when sharing logs or error details.
note
If you have any questions or are looking for support, please don't hesitate to contact us via our Discord community or create a new issue in our GitHub repository.