Skip to content

Commit 3fc1575

Browse files
authored
Merge pull request #346 from jupyterlab/krassowski-patch-1
Add request for logs
2 parents 79c6a51 + 0d658d1 commit 3fc1575

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ You may want to sanitize the paths in the output.
5151
</pre>
5252
</details>
5353

54-
<details><summary>Browser Output</summary>
54+
<details><summary>Browser Output (required for interface issues after loading)</summary>
5555
<!--Go to `Help` menu -> `Open Developer Console` to access the JavaScript console-->
5656
<!--If you do not see such a menu entry, please try Ctrl + Shift + I, after focusing on JupyterLab file browser-->
5757
<pre>
@@ -60,3 +60,14 @@ Paste the output from the DevTools JavaScript console here, if applicable.
6060
</pre>
6161
</details>
6262

63+
<details><summary>Logs (required for issues with loading, server and startup)</summary>
64+
<!--Start application from command line as `jlab --verbose 4`, wait until it settles-->
65+
<!--Copy-paste the logs from the following location:-->
66+
<!--on Linux: ~/.config/jupyterlab-desktop/logs/main.log-->
67+
<!--on macOS: ~/Library/Logs/jupyterlab-desktop/main.log-->
68+
<!--on Windows: %USERPROFILE%\AppData\Roaming\jupyterlab-desktop\logs\main.log-->
69+
<pre>
70+
Paste the logs from the mian.log file here.
71+
72+
</pre>
73+
</details>

0 commit comments

Comments
 (0)