Skip to content

Commit

Permalink
chore: teach how to attach logs (janhq#1578)
Browse files Browse the repository at this point in the history
Co-authored-by: Van Pham <[email protected]>
  • Loading branch information
freelerobot and Van-QA authored Jan 14, 2024
1 parent f18c2d2 commit 3bfa277
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,10 @@ If applicable, add screenshots to help explain your issue.
- Any additional relevant hardware specifics: [e.g., Graphics card, SSD/HDD]

**Logs**
- Go to`~/jan/logs` > `app.log`. Or, via UI, click on Settings > Advanced > Open App Directory > `app.log`
- If you are using Jan local api server only, grab the `server.log` instead of `app.log`.
If the cause of the error is not clear, kindly provide your usage logs:
- `tail -n 50 ~/jan/logs/app.log` if you are using the UI
- `tail -n 50 ~/jan/logs/server.log` if you are using the local api server
Making sure to redact any private information.

**Additional context**
Add any other context or information that could be helpful in diagnosing the problem.

0 comments on commit 3bfa277

Please sign in to comment.