Skip to content

Commit

Permalink
ISSUE_TEMPLATE: note debug logs should be from TTY
Browse files Browse the repository at this point in the history
It is common for user to attach a debug log from the Wayland backend
because they are running the command from inside of Sway. This just adds
a note that the debug logs should be obtained from a TTY. Anyone who is
actually using the Wayland or X11 backends and submitting an issue
related to them likely is already familiar with how to obtain a debug
log for the appropriate backend.
  • Loading branch information
RedSoxFan committed Apr 29, 2020
1 parent b8118eb commit 6276bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISSUE_TEMPLATE.md
Expand Up @@ -21,7 +21,7 @@ If this doesn't work, use:

* Sway Version:

Obtain a debug log like so:
Obtain a debug log by running the following command from a TTY:

sway -d 2> ~/sway.log

Expand Down

0 comments on commit 6276bc6

Please sign in to comment.