Browse Source

Update bug_report.md

Signed-off-by: Tiger Wang <tigerwang@outlook.com>
Tiger Wang 2 years ago
parent
commit
06f83d3d68
1 changed files with 14 additions and 0 deletions
  1. 14 0
      .github/ISSUE_TEMPLATE/bug_report.md

+ 14 - 0
.github/ISSUE_TEMPLATE/bug_report.md

@@ -28,5 +28,19 @@ If applicable, add screenshots to help explain your problem.
  - Browser [e.g. chrome, safari]
  - Browser [e.g. chrome, safari]
  - Version [e.g. 22]
  - Version [e.g. 22]
 
 
+**Logs**
+
+run following command to collect corresponding logs:
+
+```bash
+sudo journalctl -xef -u casaos-gateway
+sudo journalctl -xef -u casaos-user-service
+sudo journalctl -xef -u casaos-local-storage
+sudo journalctl -xef -u casaos.service
+```
+
+
+
+
 **Additional context**
 **Additional context**
 Add any other context about the problem here.
 Add any other context about the problem here.