Skip to main content

How to Get Error Logs

To get the error logs of your Jan application, follow the steps below:

Jan Application

  1. Navigate to the main dashboard.
  2. Click the gear icon (⚙️) on the bottom left of your screen.
  3. Under the Settings screen, click the Advanced Settings.
  4. On the Jan Data Folder click the folder icon (📂) to access the data.
  5. Click the logs folder.

Jan UI

  1. Open your Unix or Linux terminal.
  2. Use the following commands to get the recent 50 lines of log files:
tail -n 50 ~/jan/logs/app.log

Jan API Server

  1. Open your Unix or Linux terminal.
  2. 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.