mirror of
https://github.com/swaywm/sway.git
synced 2024-11-23 08:21:28 +00:00
github: don't truncate debug logs
This happens a lot, the latest one is [1]. [1]: https://github.com/swaywm/sway/issues/6570
This commit is contained in:
parent
ca8c6c3d18
commit
1df2450689
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
1
.github/ISSUE_TEMPLATE/bug_report.md
vendored
|
@ -18,6 +18,7 @@ labels: 'bug'
|
||||||
- **Debug Log:**
|
- **Debug Log:**
|
||||||
- Run `sway -d 2> ~/sway.log` from a TTY and upload it to a pastebin, such as gist.github.com.
|
- Run `sway -d 2> ~/sway.log` from a TTY and upload it to a pastebin, such as gist.github.com.
|
||||||
- This will record information about sway's activity. Please try to keep the reproduction as brief as possible and exit sway.
|
- This will record information about sway's activity. Please try to keep the reproduction as brief as possible and exit sway.
|
||||||
|
- Attach the **full** file, do not truncate it.
|
||||||
|
|
||||||
- **Configuration File:**
|
- **Configuration File:**
|
||||||
- Please try to produce with the default configuration.
|
- Please try to produce with the default configuration.
|
||||||
|
|
Loading…
Reference in a new issue